mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 14:14:38 +02:00
debian/rules: fix clean target
.gitignore does not list any source files any more. So use it again as a list of files to delete. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
This commit is contained in:
parent
e6a1f0f665
commit
dbe9c8ba0f
2
debian/rules
vendored
2
debian/rules
vendored
@ -11,7 +11,7 @@ override_dh_auto_clean:
|
|||||||
exit 1; \
|
exit 1; \
|
||||||
}
|
}
|
||||||
dh_auto_clean
|
dh_auto_clean
|
||||||
#sh debian/clean.sh # COMMENT by xiangfu. don't understand why this clean.sh remove the target Makefile. look into this later
|
sh debian/clean.sh
|
||||||
|
|
||||||
override_dh_auto_configure: configure
|
override_dh_auto_configure: configure
|
||||||
dh_auto_configure -- $(opt_optimize) $(opt_quiet) \
|
dh_auto_configure -- $(opt_optimize) $(opt_quiet) \
|
||||||
|
Loading…
Reference in New Issue
Block a user