summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf/Makefile
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-06-22 18:16:24 +0000
committerjmallett <jmallett@FreeBSD.org>2002-06-22 18:16:24 +0000
commite904c7f5434bb9ebfeb97d1f2a5c31d76781e853 (patch)
treeee63af0d844f6b58d919f7f7bc6cf7be73649585 /sys/amd64/conf/Makefile
parent24aca74f2d8f32d095211c58574575b894cf065f (diff)
downloadFreeBSD-src-e904c7f5434bb9ebfeb97d1f2a5c31d76781e853.zip
FreeBSD-src-e904c7f5434bb9ebfeb97d1f2a5c31d76781e853.tar.gz
Use rm -f in the clean target, as seems to be common practice, and also avoids
errors if no LINT exists. Submitted by: dwcjr
Diffstat (limited to 'sys/amd64/conf/Makefile')
-rw-r--r--sys/amd64/conf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/conf/Makefile b/sys/amd64/conf/Makefile
index b0a08d5..1047f1f 100644
--- a/sys/amd64/conf/Makefile
+++ b/sys/amd64/conf/Makefile
@@ -4,7 +4,7 @@ all:
@echo "make LINT only"
clean:
- rm LINT
+ rm -f LINT
LINT: ../../conf/NOTES NOTES makeLINT.sed
cat ../../conf/NOTES NOTES | sed -E -n -f makeLINT.sed > LINT
OpenPOWER on IntegriCloud