From: sparky4 Date: Fri, 25 Mar 2016 17:40:55 +0000 (-0500) Subject: wwwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=11f640a0ee2a53aa70e2c15e5c8223a21a6dfeef;p=16.git wwwww --- diff --git a/src/lib/doslib b/src/lib/doslib index 2d22f799..75139e43 160000 --- a/src/lib/doslib +++ b/src/lib/doslib @@ -1 +1 @@ -Subproject commit 2d22f799c750ae31c83729a00ef9e5b83ba95a61 +Subproject commit 75139e439a4023b0fec54c481246c5111dd9f9bd diff --git a/y.sh b/y.sh deleted file mode 100755 index 40b4278d..00000000 --- a/y.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -# run this from the top dir of the project -topdir=`pwd` - -# force rebuild of the project -wmake clean -# force rebuild of doslib, make sure the latest is checked out from master -cd "$topdir/src/lib/doslib" || exit 1 -git pull -git checkout master -git pull -./buildall.sh clean -# back to top dir, build project again -cd "$topdir" || exit 1 -./wbuild.sh