Skip to content
Snippets Groups Projects
Commit b41ece06 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

don't include the .cvsignore files from the CINT CVS.

git-svn-id: http://root.cern.ch/svn/root/trunk@12141 27541ba8-7e3a-0410-8455-c3a389f83636
parent e1a76948
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ cp $ORG/platform/aixdlfcn/dlfcn.c $SRCT/
tar cf - -C $ORG --exclude lib/WildCard --exclude lib/cintocx \
--exclude lib/wintcldl --exclude lib/wintcldl83 --exclude CVS \
include lib main stl tool | (cd $ASM; tar xf -)
--exclude .cvsignore include lib main stl tool | (cd $ASM; tar xf -)
rm -f $SRCT/dmystrm.c
rm -f $SRCT/dmystrct.c
......@@ -80,7 +80,7 @@ cp $ORG/doc/man1/makecint.1 man/man1/
# compare files in assembly area with the ones in the CVS area
# make a sorted list of all files in the assembly area
find /tmp/cint -type f -print | sort | sed -e "s@/tmp/@@" > $NEWF
find $ASM -type f -print | sort | sed -e "s@/tmp/@@" > $NEWF
find $INC $INCL $LIB $MAIN $SRC $STL $TOOL -path '*/CVS' -prune -o \
-type f ! -name *.d ! -name *.o -print | sort > $OLDF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment