aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordancer <dancer>2003-03-10 11:01:01 +0000
committerdancer <dancer>2003-03-10 11:01:01 +0000
commit339ee7a89b7f9e0755090a1c764e41a4c5b172ad (patch)
tree4e81c66a4d3f14e4c58c084bf52de104281448a2 /Makefile
parentca62e88c1fd2574426cc228aef4a1c5064dd2853 (diff)
downloadpbuilder-339ee7a89b7f9e0755090a1c764e41a4c5b172ad.tar
pbuilder-339ee7a89b7f9e0755090a1c764e41a4c5b172ad.tar.gz
+ * debian/rules: add check target for build.
+ + * Makefile (check): add check target to makefile, to see if there is + any syntax error. + + * pbuilder-updatebuildenv: support --preserve-buildplace + apply things from + Daniel Schepler <schepler@math.berkeley.edu> + + * pbuilder-satisfydepends: support --preserve-buildplace + support Format: field. + + * pbuilder-modules (pbuilder-options): support --preserve-buildplace + + * pbuilder-buildpackage (PACKAGENAME): support --preserve-buildplace + + * pbuilder-buildpackage-funcs: support --preserve-buildplace + + * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): support --preserve-buildplace + + * pbuilder-checkparams (PRESERVE_BUILDPLACE): add PRESERVE_BUILDPLACE + + * pbuilder.8: update docs to add --preserve-buildplace +
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c60ccc0..e13e1d7 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,27 @@ INSTALL_DIRECTORY=install -d -m 0755
INSTALL_FILE=install -m 0644
INSTALL_EXECUTABLE=install -m 0755
+SHELLCODES=pbuilder-buildpackage \
+ pbuilder-buildpackage-funcs \
+ pbuilder-checkparams \
+ pbuilder-createbuildenv \
+ pbuilder-loadconfig \
+ pbuilder-modules \
+ pbuilder-runhooks \
+ pbuilder-satisfydepends \
+ pbuilder-updatebuildenv \
+ pbuilder-user-mode-linux \
+ pbuilder \
+ pdebuild \
+ pdebuild-user-mode-linux
+
+check:
+ set -e;
+ for A in $(SHELLCODES); do \
+ bash -n $$A; \
+ echo $$A; \
+ done
+
clean:
rm -f *.bak *~ TAGS