From 765492011d7f73eaec5fab3648c277e87217b8bb Mon Sep 17 00:00:00 2001 From: kueller Date: Mon, 1 Feb 2010 13:28:17 +0000 Subject: [PATCH] =?UTF-8?q?Dependics=20erzeugung=20erzeugt=20teilweise=20c?= =?UTF-8?q?irculare=20Abh=C3=A4ngigkeiten.=20Hoffentlich=20klappt=20dieser?= =?UTF-8?q?=20Fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5296 504e572c-2e33-0410-9681-be2bf7408885 --- genpkg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/genpkg b/genpkg index 03ad9e9..ac69542 100755 --- a/genpkg +++ b/genpkg @@ -264,10 +264,7 @@ pkggen() { GenDependics $TMPROOT >/tmp/deps$$ (( CHECKFLAGS = $MKPKG & 32 )) mkdir -p $TMPROOT/../$$ - for i in `cat /tmp/deps$$`; do - if grep -q $PROGNAME $i; then - continue - fi + for i in `cat /tmp/deps$$ |grep -v $PROGNAME`; do if [ "$CHECKFLAGS" == 0 ]; then echo "WARN $i" >>$TMPROOT/../$$/dep else