From 9fb933075efacc206d4968ca872ad7ea94349ba4 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 7 May 1996 23:19:49 +0000 Subject: ``mv'' -> ``mv -f'' ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root --- lib/libdisk/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libdisk') diff --git a/lib/libdisk/Makefile b/lib/libdisk/Makefile index 307c7507343b..a81cddb916bd 100644 --- a/lib/libdisk/Makefile +++ b/lib/libdisk/Makefile @@ -1,3 +1,5 @@ +# $Id: $ + LIB= disk SRCS= blocks.c disklabel.c dkcksum.c chunk.c disk.c change.c \ create_chunk.c rules.c write_disk.c data.c @@ -46,7 +48,7 @@ data.c: ${.CURDIR}/libdisk.h ${BOOTS}/boot1 ${BOOTS}/boot2 < ${BOOTS}/boot1 > tmp.c file2c 'const unsigned char boot2[] = {' '};' \ < ${BOOTS}/boot2 >> tmp.c - mv tmp.c data.c + mv -f tmp.c data.c beforeinstall: @${ECHO} installing libdisk.h -- cgit v1.3