|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../ncurses/install-no-rm.patch |
|
|
|
# Copyright (C) 2006 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2007 The OpenSDE Project |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# |
|
|
@ -28,22 +28,6 @@ when deleting ncurses library, as bash depends on it, the world crashes... badly |
|
|
|
} |
|
|
|
} |
|
|
|
function rmlink(directory, dst) { |
|
|
|
@@ -111,7 +110,6 @@
|
|
|
|
} |
|
|
|
printf "%s : %s $(%s_OBJS)\n", dst_libs, directory, OBJS |
|
|
|
printf "\t@echo linking $@\n" |
|
|
|
- print "\t-@rm -f %s", dst_libs;
|
|
|
|
if ( subset == "termlib" || subset == "termlib+ext_tinfo" ) { |
|
|
|
make_shlib(OBJS, "TINFO_LIST") |
|
|
|
} else { |
|
|
|
@@ -123,7 +121,6 @@
|
|
|
|
src_name = sprintf("../lib/%s", filename); |
|
|
|
dst_name = sprintf("$(DESTDIR)%s/%s", directory, filename); |
|
|
|
printf "\t@echo installing %s as %s\n", src_name, dst_name |
|
|
|
- printf "\t-@rm -f %s\n", dst_name
|
|
|
|
if ( directory == "$(bindir)" ) { |
|
|
|
program = "$(INSTALL) -m 755"; |
|
|
|
} else { |
|
|
|
@@ -257,11 +254,11 @@
|
|
|
|
if ( ShlibVer == "cygdll" ) { |
|
|
|
ovr_name = sprintf("libcurses%s.a", suffix) |
|
|
|