Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 1998 17:12:14 +0000 (WET)
From:      FreeBSD <freebsd@samurai.dee.uc.pt>
To:        stable@FreeBSD.ORG
Subject:   make release fails
Message-ID:  <Pine.BSF.4.02A.9810251708440.389-100000@samurai.dee.uc.pt>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.02A.9810251708440.389-100000>