From 0e47c51100d85c882ae2c05145e74a940f3e250a Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Wed, 7 Nov 2001 09:48:06 +0000 Subject: [PATCH] #65293# unknown option causes tar to quit on solaris --- solenv/inc/tg_ext.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solenv/inc/tg_ext.mk b/solenv/inc/tg_ext.mk index 016d73c17638..5f9aa257731b 100644 --- a/solenv/inc/tg_ext.mk +++ b/solenv/inc/tg_ext.mk @@ -2,9 +2,9 @@ # # $RCSfile: tg_ext.mk,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: hjs $ $Date: 2001-10-30 18:04:46 $ +# last change: $Author: hjs $ $Date: 2001-11-07 10:48:06 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -112,7 +112,7 @@ $(MISC)$/%.unpack : $(PRJ)$/download$/%.tar.gz $(MISC)$/%.unpack : $(PRJ)$/download$/%.tar @+-$(RM) $@ - +echo $(assign UNPACKCMD := tar $(TAR_EXCLUDE_SWITCH) -xsvf $(BACK_PATH)download$/$(TARFILE_NAME).tar) > $(NULLDEV) + +echo $(assign UNPACKCMD := tar $(TAR_EXCLUDE_SWITCH) -xvf $(BACK_PATH)download$/$(TARFILE_NAME).tar) > $(NULLDEV) @+$(COPY) $(mktmp $(UNPACKCMD)) $@ #untar