* Makefile.in: define flags for X11 include files and library file
authorDavid D. Zuhn <zoo@cygnus>
Mon, 30 Nov 1992 09:15:40 +0000 (09:15 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Mon, 30 Nov 1992 09:15:40 +0000 (09:15 +0000)
locations, pass them down to the programs that need this info
* build-all.mk: added a 'native' target, to 3stage the native toolchain
(also updated dates in test-build.mk and build-all.mk)

ChangeLog
build-all.mk
configure.in

index 8a6b3af4d35a65395b70c2f8c3137b315e043062..ba90378e0dad69bfca3550b9f3fb6908191729d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@ Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
        * Makefile.in: define flags for X11 include files and library file
        locations, pass them down to the programs that need this info
 
+       * build-all.mk: added a 'native' target, to 3stage the native toolchain
+
        * config/{mh-hpux,mh-solaris}: define the "standard" locations for
        the vendor supplied X11 headers and libraries
 
index 28fa8b6d701d0e0be8e4e2428d7b82a2f46aeae8..8e1ccca1d9ea6b41144fca30cf5d04bc7050d28c 100644 (file)
@@ -15,7 +15,7 @@ TREE  = devo
 
 NATIVE  = native
 
-DATE   = 921119
+DATE   = 921127
 
 TAG    = latest-$(DATE)
 
@@ -104,6 +104,14 @@ all-cygnus:
        done
        @echo done at `date`
 
+native:
+       @echo build started at `date`
+       [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
+       rm -f /usr/cygnus/$(TAG)
+       ln -s $(INSTALLDIR) /usr/cygnus/$(TAG) 
+       $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) $(host)-stamp-3stage-done $(log)
+       @echo done at `date`
+
 build-cygnus:
        @echo build started at `date`
        @for i in $(TARGETS) ; do \
index e36e83af94082e1deb1284ba3f3129b107373268..673c264a71ef63df2263285fc40252f689deefb0 100644 (file)
@@ -74,7 +74,7 @@ case "${target}" in
     configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//;s/bfd//;s/gdb//'`
     ;;
   *-*-solaris2)
-    configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
+    configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//;s/emacs//'`
     ;;
 esac
 
This page took 0.027025 seconds and 4 git commands to generate.