summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libregex
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-05-07 23:19:49 +0000
committerwosch <wosch@FreeBSD.org>1996-05-07 23:19:49 +0000
commit9f795376b3921c04e5abe4bc29b1905e78ae2db2 (patch)
tree5618f6a0a4a19c1125bc494850591fa1ee21df48 /gnu/lib/libregex
parent25e7738786079b0070d3ddbd5a6a9fb2279e5c9a (diff)
downloadFreeBSD-src-9f795376b3921c04e5abe4bc29b1905e78ae2db2.zip
FreeBSD-src-9f795376b3921c04e5abe4bc29b1905e78ae2db2.tar.gz
``mv'' -> ``mv -f''
``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root
Diffstat (limited to 'gnu/lib/libregex')
-rw-r--r--gnu/lib/libregex/test/Makefile4
-rw-r--r--gnu/lib/libregex/test/Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/gnu/lib/libregex/test/Makefile b/gnu/lib/libregex/test/Makefile
index 84ebfcb..e8516a8 100644
--- a/gnu/lib/libregex/test/Makefile
+++ b/gnu/lib/libregex/test/Makefile
@@ -1,3 +1,5 @@
+# $Id: $
+
# Generated automatically from Makefile.in by configure.
# Makefile for regex testing.
#
@@ -65,7 +67,7 @@ regex: $(regex_o) $(common_o) $(test_o) main.o
dregex.o: ../regex.c ../regex.h
rm -f $@
$(CC) $(ALL_CPPFLAGS) $(CFLAGS) -c ../$(srcdir)/regex.c
- mv regex.o $@
+ mv -f regex.o $@
# iregex is the interactive regex.
iregex: $(common_o) $(regex_o) iregex.o
diff --git a/gnu/lib/libregex/test/Makefile.in b/gnu/lib/libregex/test/Makefile.in
index fea1f10..5fc51be 100644
--- a/gnu/lib/libregex/test/Makefile.in
+++ b/gnu/lib/libregex/test/Makefile.in
@@ -1,3 +1,5 @@
+# $Id: $
+
# Makefile for regex testing.
#
# Copyright (C) 1992 Free Software Foundation, Inc.
@@ -64,7 +66,7 @@ regex: $(regex_o) $(common_o) $(test_o) main.o
dregex.o: ../regex.c ../regex.h
rm -f $@
$(CC) $(ALL_CPPFLAGS) $(CFLAGS) -c ../$(srcdir)/regex.c
- mv regex.o $@
+ mv -f regex.o $@
# iregex is the interactive regex.
iregex: $(common_o) $(regex_o) iregex.o
OpenPOWER on IntegriCloud