Changeset 2717 for box/trunk/infrastructure/makeparcels.pl.in
- Timestamp:
- 28/08/2010 10:01:16 (21 months ago)
- File:
-
- 1 edited
-
box/trunk/infrastructure/makeparcels.pl.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/makeparcels.pl.in
r2680 r2717 243 243 push @parcel_deps, "$dir/docs/${name}.html"; 244 244 } 245 elsif ($type eq ' subdir')245 elsif ($type eq 'configure') 246 246 { 247 247 shift @args; … … 255 255 $name-clean: 256 256 cd $name; \$(MAKE) clean 257 257 258 EOF 258 259 push @parcel_deps, "$name-build";
Note: See TracChangeset
for help on using the changeset viewer.
