summaryrefslogtreecommitdiff
path: root/databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-11-19 10:43:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-11-19 10:43:57 +0000
commitf982be45e81588a27383cd1a3eb12789b8498904 (patch)
tree07be283d015b2c39f95e655cb7328ff355bc47fa /databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird
parent- Fix modes of the temp directory [1] (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'.release/6.4.0
Diffstat (limited to 'databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird')
-rw-r--r--databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird35
1 files changed, 0 insertions, 35 deletions
diff --git a/databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird b/databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird
deleted file mode 100644
index 31a0b95ec4f7..000000000000
--- a/databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird
+++ /dev/null
@@ -1,35 +0,0 @@
---- builds/posix/Makefile.in.firebird.orig Sun Dec 18 20:56:17 2005
-+++ builds/posix/Makefile.in.firebird Wed Sep 13 20:31:13 2006
-@@ -186,7 +186,6 @@
- #
-
- external_libraries:
-- $(MAKE) -f $(GEN_ROOT)/Makefile.extern.icu
- ifeq ($(EDITLINE_FLG),Y)
- $(MAKE) -f $(GEN_ROOT)/Makefile.extern.editline
- endif
-@@ -515,12 +514,12 @@
- #___________________________________________________________________________
- #
- .PHONY: clean clean_objects clean_dependancies clean_extern_objects clean_build \
-- clean_gpre_gen clean_icu clean_dbs clean_examples clean_makefiles \
-+ clean_gpre_gen clean_dbs clean_examples clean_makefiles \
- clean_editline clean_all
-
-
- clean: clean_objects clean_dependancies clean_extern_objects clean_build \
-- clean_gpre_gen clean_icu clean_dbs clean_examples
-+ clean_gpre_gen clean_dbs clean_examples
-
- ifeq ($(EDITLINE_FLG),Y)
- clean: clean_editline
-@@ -542,9 +541,6 @@
-
- clean_editline:
- -make -C $(ROOT)/extern/editline clean
--
--clean_icu:
-- -make -C $(ROOT)/extern/icu/source clean
-
- clean_objects:
- $(RM) `find $(TMP_ROOT)/ -type f -name '*.o' -print`