From 900ac467a9c4905966108822f7ad906f4fd5d991 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 18 Oct 2002 19:57:54 +0000 Subject: Build in su doesn't work any more. svn path=/trunk/; revision=3754 --- makerelease | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makerelease b/makerelease index eba4d744..2353a4f0 100755 --- a/makerelease +++ b/makerelease @@ -58,12 +58,12 @@ if ($versions[0] eq $rcsid) { print "Building $version release, RCS ID $rcsid, previous RCS ID $oldid\n"; print "### Test-building the software...\n"; -if (system("su -c '(configure --disable-nls; make) $null' esr")) { +if (system("configure --disable-nls; make")) { die("Compilation failure\n"); } print "### Building the distribution...\n"; -if (system("su -c 'make dist $null' esr")) { +if (system("make dist $null")) { die("Distribution-build failure\n"); } -- cgit v1.2.3