From owner-freebsd-stable Sun Oct 25 09:12:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27075 for freebsd-stable-outgoing; Sun, 25 Oct 1998 09:12:53 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from samurai.dee.uc.pt (samurai.dee.uc.pt [193.136.205.41]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA27068 for ; Sun, 25 Oct 1998 09:12:51 -0800 (PST) (envelope-from freebsd@samurai.dee.uc.pt) Received: from localhost (freebsd@localhost) by samurai.dee.uc.pt (8.8.8/8.8.7) with SMTP id RAA00401 for ; Sun, 25 Oct 1998 17:12:14 GMT (envelope-from freebsd@samurai.dee.uc.pt) Date: Sun, 25 Oct 1998 17:12:14 +0000 (WET) From: FreeBSD To: stable@FreeBSD.ORG Subject: make release fails Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by hub.freebsd.org id JAA27071 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Everytime I do a make release, it fails due to incorrect variable substitution of ${MACHINE}. Why is this happening to me? Is this a problem or am I missing something? See below. Regards, Paulo Menezes mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/include cd /; rm -f /sys; ln -s usr/src/sys sys cd /usr/share/locale; set - `cat /usr/src/etc/locale.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done cd /usr/share/nls; set - `cat /usr/src/etc/locale.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done; rm -rf POSIX; ln -s C POSIX (cd /usr/src/etc; install -c -o bin -g bin -m 644 aliases amd.map crontab csh.cshrc csh.login csh.logout dm.conf fbtab ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd inetd.conf login.conf login.access motd modems networks newsyslog.conf phones pccard.conf.sample printcap profile protocols rc rc.conf rc.devfs rc.firewall rc.local rc.network rc.pccard rc.serial rc.shutdown etc./rc. remote security services shells syslog.conf etc./ttys etc./disktab rpc make.conf /usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config /usr/src/etc/../usr.bin/mail/misc/mail.rc /usr/src/etc/../usr.bin/locate/locate/locate.rc /etc; install -c -o bin -g bin -m 755 netstart pccard_ether /etc; install -c -o bin -g bin -m 600 /dev/null /var/cron/log; install -c -o bin -g bin -m 600 master.passwd /etc; ( cd /usr/src/etc/periodic; make install ); ( cd /usr/src/etc/../gnu/usr.bin/send-pr; make etc-gnats-freefall ); ( cd /usr/src/etc/../gnu/libexec/uucp/sample; make install ); ( cd /usr/src/etc/../share/termcap; make etc-termcap ); ( cd /usr/src/etc/../usr.sbin/rmt; make etc-rmt ); ( cd /usr/src/etc/sendmail; make etc-sendmail.cf ); ( cd /usr/src/etc/../sys/i386/boot/biosboot; make install-boothelp ); pwd_mkdb -p -d /etc /etc/master.passwd; install -c -o bin -g bin -m 555 MAKEDEV.local etc./MAKEDEV /dev ) install: etc./rc.: No such file or directory *** Error code 71 Stop. *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message