CVS: src/si Makefile.in,1.15,1.16
Mats Wichmann <[email protected]>
| Newsgroups | gmane.linux.lsb.implementation |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/lsb/src/si In directory sc8-pr-cvs1:/tmp/cvs-serv25737 Modified Files: Makefile.in Log Message: Add some more cleanup targets Index: Makefile.in =================================================================== RCS file: /cvsroot/lsb/src/si/Makefile.in,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** Makefile.in 15 Jan 2003 15:26:28 -0000 1.15 --- Makefile.in 17 Jan 2003 18:06:15 -0000 1.16 *************** *** 26,29 **** --- 26,30 ---- fi + phase2: intermediate intermediate: config.status bootstrap @if [ ! -f phase2.stamp ]; then \ *************** *** 33,36 **** --- 34,38 ---- fi + phase3: lsbsi lsbsi: config.status intermediate @if [ ! -f phase3.stamp ]; then \ *************** *** 40,43 **** --- 42,46 ---- fi + phase4: addons addons: config.status lsbsi @if [ ! -f phase4.stamp ]; then \ *************** *** 60,68 **** scrub: clear_mounts @echo "WARNING: I delete work that takes hours to build!!!!" ! @echo -n "Press a key to continue or Ctrl-C to exit" @read foo - @rm -rf $(BUILD_DIR)/lsbsi $(BUILD_DIR)/lsbsi-intermediate \ $(BUILD_DIR)/lsbsi-bootstrap /tmp/alfs.bootstrap.* update: --- 63,85 ---- scrub: clear_mounts @echo "WARNING: I delete work that takes hours to build!!!!" ! @echo -n "Press a key to continue or Ctrl-C to exit:" @read foo @rm -rf $(BUILD_DIR)/lsbsi $(BUILD_DIR)/lsbsi-intermediate \ $(BUILD_DIR)/lsbsi-bootstrap /tmp/alfs.bootstrap.* + + clean3: clear_mounts + @echo "WARNING: clearing all of phase3 (lsbsi)" + @echo -n "Press a key to continue or Ctrl-C to exit:" + @read foo + @rm -rf $(BUILD_DIR)/lsbsi-intermediate/tmp/alfs.phase_3* \ + $(BUILD_DIR)/lsbsi + + clean4: clear_mounts + @echo "WARNING: clearing all of phase4 (addons)" + @echo -n "Press a key to continue or Ctrl-C to exit:" + @read foo + @rm -rf $(BUILD_DIR)/lsbsi-intermediate/tmp/alfs.phase_4* \ + $(BUILD_DIR)/lsbsi-test $(BUILD_DIR)/lsbsi-boot \ + $(BUILD_DIR)/lsbsi-uml update: