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

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

Diff for /src/sys/arch/i386/conf/Makefile.i386 between version 1.162 and 1.162.2.3

version 1.162, 2008/12/11 05:27:42 version 1.162.2.3, 2011/03/28 23:04:39
Line 32  GENASSYM_CONF= ${I386}/i386/genassym.cf
Line 32  GENASSYM_CONF= ${I386}/i386/genassym.cf
 ## (2) compile settings  ## (2) compile settings
 ##  ##
 CPPFLAGS+=      -Di386  CPPFLAGS+=      -Di386
 AFLAGS+=        -x assembler-with-cpp -traditional-cpp  AFLAGS+=        -x assembler-with-cpp
   
 ##  ##
 ## (3) libkern and compat  ## (3) libkern and compat
 ##  ##
 .if !empty(IDENT:M-DMODULAR)  OPT_MODULAR=    %MODULAR%
   .if !empty(OPT_MODULAR)
 KERN_AS=        obj  KERN_AS=        obj
 .else  .else
 KERN_AS=        library  KERN_AS=        library
Line 92  acpi_wakeup_low.o busfunc.o kvm86call.o:
Line 93  acpi_wakeup_low.o busfunc.o kvm86call.o:
 ## (7) misc settings  ## (7) misc settings
 ##  ##
   
 # define .MAIN _before_ the make() check, so that implicit target  .if !make(obj) && !make(clean) && !make(cleandir)
 # would be defined  
 .MAIN: all  
   
 .if make(depend) || make(all) || make(dependall)  
 .BEGIN:  .BEGIN:
         @rm -f i386 && \          @rm -f i386 && \
                 ln -s $S/arch/i386/include i386                  ln -s $S/arch/i386/include i386

Legend:
Removed from v.1.162  
changed lines
  Added in v.1.162.2.3

CVSweb <webmaster@jp.NetBSD.org>