Changeset 591


Ignore:
Timestamp:
Mar 31, 2007, 2:41:49 AM (19 years ago)
Author:
John Small
Message:
  • Changed the file to check for the new return code of CKFILES

instead of trying to use a flag file.

  • Changed the CLEAN target to DISTCLEAN
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/warpin/makefile

    r582 r591  
    4242ckfiles:
    4343   @echo Checking to see if files have been changed...
    44    ckfiles
     44    -ckfiles || del fm2.wpi
    4545
    46 fm2.wpi:: bld_fm2_wpidirs.txt bld_fm2_wpidirs.cmd bld_fm2_wpi.cmd lastfile.upd
     46fm2.wpi:: bld_fm2_wpidirs.txt bld_fm2_wpidirs.cmd bld_fm2_wpi.cmd
    4747# stage the files to be included in the WPI file
    4848   @echo Staging files for WPI file...
     
    5757   bld_fm2_wpi /SCRIPT
    5858
    59 clean:
     59distclean:
    6060  -del *.wpi
    6161
Note: See TracChangeset for help on using the changeset viewer.