Changeset 2342 for box/trunk/infrastructure
- Timestamp:
- 08/10/2008 21:42:52 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/infrastructure/makeparcels.pl.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/makeparcels.pl.in
r2341 r2342 102 102 print MAKE "\trm -f ", BoxPlatform::parcel_target($parcel), "\n"; 103 103 } 104 print MAKE "\tif [ `uname -o` = 'Cygwin' ]; then find release debug -type f | xargs -r rm -f; else find release debug -type f -exec rm -f {} \\;; fi\n"; 104 105 if ($build_os eq 'CYGWIN') 106 { 107 print MAKE "\tfind release debug -type f | xargs -r rm -f\n"; 108 } 109 else 110 { 111 print MAKE "\tfind release debug -type f -exec rm -f {} \\;\n"; 112 } 113 105 114 print MAKE "\n"; 106 115
Note: See TracChangeset
for help on using the changeset viewer.
