Changeset 2486

Show
Ignore:
Timestamp:
05/13/07 00:41:29 (2 years ago)
Author:
tg
Message:

for “make package=foo clean”, do not invoke the .config autosplit
(BSD make only, feel free to do this in the GNUmakefile as well –
if you can, that is… gmake sucks…)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/BSDmakefile

    r2299 r2486  
    1010.if defined(package) && !empty(package) 
    1111subdir:=        package/${package} 
     12.  if !make(clean) 
    1213_subdir_dep:=   ${TOPDIR}/.cfg/FWRT_HAVE_DOT_CONFIG 
     14.  endif 
    1315.endif 
    1416