[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/Makefile between version 1.58 and 1.59

version 1.58, 1998/07/24 16:48:47 version 1.59, 1998/07/24 16:51:33
Line 77  build: beforeinstall
Line 77  build: beforeinstall
 .endif  .endif
         ${MAKE} depend && ${MAKE} && ${MAKE} install          ${MAKE} depend && ${MAKE} && ${MAKE} install
 .if defined(USE_EGCS)  .if defined(USE_EGCS)
 .if defined(DESTDIR)  .if defined(DESTDIR) && (${HAVE_GCC28} == "")
 .if (${HAVE_GCC28} == "")  
         @echo '***** WARNING ***** Your system compiler is not GCC 2.8 or higher,'          @echo '***** WARNING ***** Your system compiler is not GCC 2.8 or higher,'
         @echo 'and you have built a distribution with GCC 2.8 and DESTDIR set.'          @echo 'and you have built a distribution with GCC 2.8 and DESTDIR set.'
         @echo 'You will need to rebuild libgcc from gnu/usr.bin/egcs/libgcc'          @echo 'You will need to rebuild libgcc from gnu/usr.bin/egcs/libgcc'
         @echo 'in order to have full C++ support in the binary set.'          @echo 'in order to have full C++ support in the binary set.'
 .endif # HAVE_GCC28  
 .else  .else
         (cd ${.CURDIR}/gnu/usr.bin/egcs/libgcc &&\          (cd ${.CURDIR}/gnu/usr.bin/egcs/libgcc &&\
             ${MAKE} depend && ${MAKE} && ${MAKE} install)              ${MAKE} depend && ${MAKE} && ${MAKE} install)
 .endif # DESTDIR  .endif # DESTDIR && !HAVE_GCC28
 .endif # USE_EGCS  .endif # USE_EGCS
         @echo -n "Build finished at: "          @echo -n "Build finished at: "
         @date          @date

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

CVSweb <webmaster@jp.NetBSD.org>