Module Name:    src
Committed By:   martin
Date:           Sun Apr 18 16:10:03 UTC 2010

Modified Files:
        src/distrib/sparc64/cdroms/installcd: Makefile

Log Message:
Ooops, do not try to create a symlink in a not-yet existing directory


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/sparc64/cdroms/installcd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sparc64/cdroms/installcd/Makefile
diff -u src/distrib/sparc64/cdroms/installcd/Makefile:1.4 src/distrib/sparc64/cdroms/installcd/Makefile:1.5
--- src/distrib/sparc64/cdroms/installcd/Makefile:1.4	Sun Apr 18 12:58:57 2010
+++ src/distrib/sparc64/cdroms/installcd/Makefile	Sun Apr 18 16:10:03 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2010/04/18 12:58:57 martin Exp $
+#	$NetBSD: Makefile,v 1.5 2010/04/18 16:10:03 martin Exp $
 CDBASE=		sparc64cd		# gives ${CDBASE}.iso
 CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
 
@@ -58,8 +58,8 @@
 	${RM} -rf cdrom/libexec/dhcpcd-hooks/*
 	${CP} ${.CURDIR}/../../../common/10-resolv.conf cdrom/libexec/dhcpcd-hooks
 	${CP} ${.CURDIR}/../../../common/99-print-sysinst cdrom/libexec/dhcpcd-hooks
-	${HOST_LN} -fs /tmp/gettytab cdrom/etc/gettytab
 	${MKDIR} cdrom/etc
+	${HOST_LN} -fs /tmp/gettytab cdrom/etc/gettytab
 	${CP} ${.CURDIR}/etc.ttys cdrom/etc/ttys
 	${CP} ${.CURDIR}/etc.rc cdrom/etc/rc
 	${CP} ${.CURDIR}/install.sh cdrom/install.sh

Reply via email to