Changeset 213 for debian/rules
- Timestamp:
- 02/21/06 23:51:26 (7 years ago)
- File:
-
- 1 edited
-
debian/rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
r212 r213 29 29 30 30 # compilation et installation des binaires 31 pushd src/ ; make ;popd31 pushd src/ && $(MAKE) && popd 32 32 33 33 touch build-stamp … … 38 38 rm -f build-stamp 39 39 40 # Add here commands to clean up after the build process. 41 #-$(MAKE) clean 42 #-$(MAKE) distclean 43 pushd src/ ; make clean; popd 40 -pushd src/ && $(MAKE) clean && popd 44 41 45 42 dh_clean
Note: See TracChangeset
for help on using the changeset viewer.
