diff options
| author | Guillem Jover <guillem@debian.org> | 2004-09-13 17:22:54 +0000 |
|---|---|---|
| committer | Guillem Jover <guillem@debian.org> | 2004-09-13 17:22:54 +0000 |
| commit | 13b3370e051e99e11000edae51bc6efa2681c905 (patch) | |
| tree | abbfcf205c08a351a46757dbf886467bb60ddca0 /debian/rules | |
| parent | 767b81e5b26d8f2167c333684ca9834a9d81e383 (diff) | |
Split patches into debian/patches/. Use a modified cdbs simple-patchsys.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 0e442af..c1dc650 100755 --- a/debian/rules +++ b/debian/rules @@ -128,14 +128,16 @@ drivers := --enable-floppy \ --enable-lance \ --enable-tlan -stamp-configure: +include debian/patch.mk + +stamp-configure: patch $(checkdir) -mkdir build cd build && ../configure $(drivers) \ --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) touch stamp-configure -stamp-configure-dbg: +stamp-configure-dbg: patch $(checkdir) -mkdir build-dbg cd build-dbg && ../configure --enable-kdb $(drivers) \ @@ -154,7 +156,7 @@ stamp-build-dbg: stamp-configure-dbg cd build-dbg && $(MAKE) touch stamp-build-dbg -clean: +clean:: $(checkdir) -rm -f $(FILES_TO_CLEAN) $(STAMPS_TO_CLEAN) -rm -rf $(DIRS_TO_CLEAN) |
