From 3fd0103f6d8cbdb5c7750b83111dccf3b5f27d8d Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 17 Sep 2000 21:55:09 +0000 Subject: * Put architecture into summary mail * Prefix every line of the build's output with the architecture, so it's easy to see at a glance which architecture you have scrolling by in front of you --- mk/bulk/build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mk') diff --git a/mk/bulk/build b/mk/bulk/build index 362961ce051..384f87ad54c 100644 --- a/mk/bulk/build +++ b/mk/bulk/build @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: build,v 1.2 2000/09/15 22:25:57 hubertf Exp $ +# $NetBSD: build,v 1.3 2000/09/17 21:55:09 hubertf Exp $ # # Do builk build # @@ -49,12 +49,12 @@ fi nice -n 20 make \ SPECIFIC_PKGS=1 \ GROUP_SPECIFIC_PKGS="`tsort .l | tr '\012' ' '`" \ - bulk-package + bulk-package | sed 's/^/'`uname -p`'> /g' rm .l # Perl was wiped, reinstall it! ( cd lang/perl5-base ; make bulk-install ) -perl mk/bulk/post-build | mail -s "pkgsrc bulk build results" $ADMIN +perl mk/bulk/post-build | mail -s "pkgsrc/`uname -p` bulk build results" $ADMIN # Done! echo "" -- cgit v1.2.3