[BACK]Return to Makefile.boot CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/Attic/Makefile.boot between version 1.8 and 1.9

version 1.8, 2001/05/29 12:41:18 version 1.9, 2010/02/03 20:45:44
Line 5 
Line 5 
 #  #
 # You only want to use this if you aren't running OpenBSD.  # You only want to use this if you aren't running OpenBSD.
 #  #
 # modify MACHINE and MACHINE_ARCH as appropriate for your target architecture  # modify MACHINE, MACHINE_ARCH and MACHINE_CPU as appropriate
   # for your target architecture
 #  #
   
 .c.o:  .c.o:
Line 13 
Line 14 
   
 MACHINE=sun  MACHINE=sun
 MACHINE_ARCH=sparc  MACHINE_ARCH=sparc
 CFLAGS= -Iohash -I. -DTARGET_MACHINE=\"${MACHINE}\" -DTARGET_MACHINE_ARCH=\"${MACHINE_ARCH}\" -DMACHINE=\"${MACHINE}\" \  MACHINE_CPU=sparc
   CFLAGS= -Iohash -I. -DTARGET_MACHINE=\"${MACHINE}\" -DTARGET_MACHINE_ARCH=\"${MACHINE_ARCH}\" -DTARGET_MACHINE_CPU=\"${MACHINE_CPU}\" -DMACHINE=\"${MACHINE}\" \
         -DMAKE_BOOTSTRAP -DNEED_FGETLN          -DMAKE_BOOTSTRAP -DNEED_FGETLN
 LIBS= ohash/libohash.a  LIBS= ohash/libohash.a
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9