diff options
-rwxr-xr-x | mkport.sh | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -59,14 +59,6 @@ if [ ! -d "$distdir" ] ; then mkdir -p ${distdir} fi -echo "Sanity checking the repo..." -OBJS=`find . | grep '\.o$'` -if [ -n "$OBJS" ] ; then - echo "Found the following .o files, remove them first!" - echo $OBJS - exit 1 -fi - # Get the GIT tag ghtag=`git log -n 1 . | grep '^commit ' | awk '{print $2}'` |