nice doc
[feisty_meow.git] / scripts / core / variables.sh
index 5b845db0cbe255a5ca6768bd1645af640798f137..1a9d5b396f5418845033bdaa15820c40da676acb 100644 (file)
@@ -152,21 +152,21 @@ if [ -z "$NECHUNG" ]; then
     fi
   }
   
-  # load in the build environment.
-  initialize_build_variables
-  
   ##############
   
   # windoze specific patching up missing things.
   
   if [ "$OS" == "Windows_NT" ]; then
     export HOSTNAME=$(echo $HOSTNAME | tr A-Z a-z)
-    # turn off warnings about files in dos format.  give up cygwin, you're on dos/windows.
-    export cygwin=nodosfilewarning
   fi
   
   ##############
   
+  # load in the build environment.
+  initialize_build_variables
+  
+  ##############
+  
   # set the path for locating applications.  this is done after any
   # potential overrides from the user.
   #export PATH="$(dos_to_msys_path $BINDIR):$(dos_to_msys_path $FEISTY_MEOW_GENERATED):$PATH:/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/lib:/usr/games:/usr/bin:."