diff options
author | 2010-01-05 13:46:39 +0000 | |
---|---|---|
committer | 2010-01-05 13:46:39 +0000 | |
commit | 83c287e6baf4742bc6b120d348b2b018cbd0a65f (patch) | |
tree | e20b8ab0cc53c058838ba1966c45cb76222c10f6 | |
parent | better spec handling: instead of dying, create badspec objects that never (diff) | |
download | wireguard-openbsd-83c287e6baf4742bc6b120d348b2b018cbd0a65f.tar.xz wireguard-openbsd-83c287e6baf4742bc6b120d348b2b018cbd0a65f.zip |
When cleaning, remove generated file and avoid removing some files that
are checked in.
-rw-r--r-- | gnu/usr.bin/perl/Makefile.SH | 4 | ||||
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/perl/Makefile.SH b/gnu/usr.bin/perl/Makefile.SH index a4f91fee78c..73891791d39 100644 --- a/gnu/usr.bin/perl/Makefile.SH +++ b/gnu/usr.bin/perl/Makefile.SH @@ -1238,14 +1238,14 @@ _mopup: -rm -f cygwin.c libperl*.def libperl*.dll cygperl*.dll *.exe.stackdump -rm -f perl$(EXE_EXT) suidperl$(EXE_EXT) miniperl$(EXE_EXT) $(LIBPERL) libperl.* microperl -rm -f opcode.h-old opnames.h-old pp.sym-old pp_proto.h-old - -rm -f config.arch config.over $(DTRACE_H) + -rm -f $(DTRACE_H) # Do not 'make _tidy' directly. _tidy: -cd pod; $(LDLIBPTH) $(MAKE) clean -cd utils; $(LDLIBPTH) $(MAKE) clean -cd x2p; $(LDLIBPTH) $(MAKE) clean - -rm -f lib/Config_git.pl git_version.h + -rm -f lib/Config_git.pl -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \ $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib make_ext.pl --target=clean $$x MAKE=$(MAKE) ; \ done diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index 65821adc838..12557c8fa23 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.79 2009/10/12 18:24:20 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.80 2010/01/05 13:46:39 millert Exp $ # # Build wrapper for Perl 5.10.0 # @@ -65,7 +65,7 @@ GENERATED= config.sh ${GEN_AFTER} ${GEN_AFTER}: config.sh -CLEANFILES= config.sh Policy.sh ${MANALL} ${PSALL} ${MANSRCALL} stamp-mansrc.build +CLEANFILES= config.sh Policy.sh DynaLoader.c ${MANALL} ${PSALL} ${MANSRCALL} stamp-mansrc.build all: perl.build man.build |