aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordancer <dancer>2003-01-10 06:34:18 +0000
committerdancer <dancer>2003-01-10 06:34:18 +0000
commite5aa2a4ae3842ec7a07867b454682c2b9be59d25 (patch)
treef571a732c732b5980b06431bdc7fb01e601d928c /Makefile
parente5ce30f5f77c12ca2d8db6e3d7a86e95daa2989e (diff)
downloadpbuilder-e5aa2a4ae3842ec7a07867b454682c2b9be59d25.tar
pbuilder-e5aa2a4ae3842ec7a07867b454682c2b9be59d25.tar.gz
+2003-01-10 Junichi Uekawa <dancer@debian.org>
+ + * pbuilder-user-mode-linux: use /var/cache/pbuilder/pbuilder-umlresult + as directory to mount hostfs for result. + (UML_DEBUGMODE): --uml-debugmode option to enable trace of + shell. + + * Makefile (install): create pbuilder-umlresult dir. + + * pbuilder-uml.conf.5: document UML_BUILDRESULT + + * pbuilder-uml.conf (UML_BUILDRESULT): add UML_BUILDRESULT= + + * pbuilder-user-mode-linux (EXTRAOPT): add support for exitcode. + Thanks mdz for the hint! + (UML_EXTRAOPT): try and implement BUILDRESULT +
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 61ffa2f..6a9d32e 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ install:
$(INSTALL_DIRECTORY) $(DESTDIR)/usr/share/pbuilder
$(INSTALL_DIRECTORY) $(DESTDIR)/usr/share/doc/pbuilder/examples
$(INSTALL_DIRECTORY) $(DESTDIR)/var/cache/pbuilder/pbuilder-mnt
+ $(INSTALL_DIRECTORY) $(DESTDIR)/var/cache/pbuilder/pbuilder-umlresult
$(INSTALL_EXECUTABLE) pbuilder-buildpackage $(DESTDIR)/usr/lib/pbuilder/
$(INSTALL_EXECUTABLE) pbuilder-buildpackage-funcs $(DESTDIR)/usr/lib/pbuilder/
$(INSTALL_EXECUTABLE) pbuilder-createbuildenv $(DESTDIR)/usr/lib/pbuilder/