From f6bce71b0c73f626350006094591685bfc76ef6c Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Wed, 5 Dec 2012 23:40:22 +0100 Subject: Removed top level make scripts with a Makefile. --- mkdist.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mkdist.sh') diff --git a/mkdist.sh b/mkdist.sh index adffd74..1a9eaad 100755 --- a/mkdist.sh +++ b/mkdist.sh @@ -125,7 +125,7 @@ rm /tmp/$tname.scr /tmp/$tname.sch # Generate all derived files #------------------------------------------------------------------- -find . -mindepth 2 -name 'make-files.sh' -execdir ./make-files.sh \; +make files #------------------------------------------------------------------- # Remove unnecessary files from distribution and create archive @@ -133,7 +133,7 @@ find . -mindepth 2 -name 'make-files.sh' -execdir ./make-files.sh \; rm -rf examples/drivertest v-usb.xcodeproj find . -name 'make-files.sh' -exec rm '{}' \; # remove helper scripts -rm -f mkdist.sh make-files.sh make-all.sh .gitignore +rm -f mkdist.sh .gitignore ( cd usbdrv cp Changelog.txt License.txt CommercialLicense.txt USB-IDs-for-free.txt USB-ID-FAQ.txt .. -- cgit v1.2.3