From 291be1735ff17d374fbfd13ca3ba4492892aa45a Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 27 May 2024 22:06:43 +0200 Subject: [PATCH] no need for generation --- prospero/app/Makefile.in | 2 +- prospero/server/Makefile.in | 2 +- prospero/user/Makefile.in | 2 +- prospero/user/menu/Makefile.in | 2 +- prospero/user/vcache/Makefile.in | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/prospero/app/Makefile.in b/prospero/app/Makefile.in index f9c5b68..2a571fc 100755 --- a/prospero/app/Makefile.in +++ b/prospero/app/Makefile.in @@ -54,7 +54,7 @@ all: ${PROGS} install: -for i in ${PROGS} ; do \ ${INSTALL} -c -m 755 -o ${OWNER} -g ${GROUP} $${i} ${P_BINARIES}/$${i}${GENERATIONSUFFIX} ;\ - ${GENERATION} ${P_BINARIES}/$${i} ;\ +# ${GENERATION} ${P_BINARIES}/$${i} ;\ done # dependencies of all and OTHERPROGS diff --git a/prospero/server/Makefile.in b/prospero/server/Makefile.in index c7e9b2a..cfc5803 100755 --- a/prospero/server/Makefile.in +++ b/prospero/server/Makefile.in @@ -74,7 +74,7 @@ shadowcvt: shadowcvt.o cvt_v1_ltype.o $(SRV_LIBS_DEPENDENCIES) install: -for i in ${SPECIAL_PROGS} ${MORE_SERVER_PROGS}; do \ ${INSTALL} -c -m 755 -o ${OWNER} -g ${GROUP} $$i ${P_BINARIES}/$$i${GENERATIONSUFFIX}; \ - ${GENERATION} ${P_BINARIES}/$$i ; \ +# ${GENERATION} ${P_BINARIES}/$$i ; \ done -chmod 6755 ${P_BINARIES}/pstart diff --git a/prospero/user/Makefile.in b/prospero/user/Makefile.in index e0dd88c..040829b 100755 --- a/prospero/user/Makefile.in +++ b/prospero/user/Makefile.in @@ -85,7 +85,7 @@ install: -ln psession $(P_BINARIES)/ppw -for i in $(DATA_FILE_TARGETS) ; do \ $(INSTALL) -m 644 -o $(OWNER) -g $(GROUP) $$(i) $(P_BINARIES)/$$(i)$(GENERATIONSUFFIX) ;\ - $(GENERATION) $(P_BINARIES)/$$(i) ;\ +# $(GENERATION) $(P_BINARIES)/$$(i) ;\ done $(SUBDIRS_MAKE_START) install $(SUBDIRS_MAKE_END) diff --git a/prospero/user/menu/Makefile.in b/prospero/user/menu/Makefile.in index 4cd3af8..893b4ff 100755 --- a/prospero/user/menu/Makefile.in +++ b/prospero/user/menu/Makefile.in @@ -24,7 +24,7 @@ ${MENU_LIB}: ${OBJECTS} install: -${INSTALL} -c -m $(INSTALL_EXE_MODE) -o ${OWNER} -g ${GROUP} menu ${P_BINARIES}/menu${GENERATIONSUFFIX} - -${GENERATION} ${P_BINARIES}/menu +# -${GENERATION} ${P_BINARIES}/menu # Dependencies diff --git a/prospero/user/vcache/Makefile.in b/prospero/user/vcache/Makefile.in index bfc85b8..033c778 100755 --- a/prospero/user/vcache/Makefile.in +++ b/prospero/user/vcache/Makefile.in @@ -68,7 +68,7 @@ vcache: $(XLIBOBJECTS) $(PFS_VCACHE_LIBS_DEPENDENCIES) install: ${INSTALL} -c -o ${OWNER} -g ${GROUP} -m $(INSTALL_EXE_MODE) vcache \ ${P_BINARIES}/vcache${GENERATIONSUFFIX} - ${GENERATION} ${P_BINARIES}/vcache +# ${GENERATION} ${P_BINARIES}/vcache # This library is not generally installed. # ${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 644 ${VCACHE_LIB} \