]> 4ch.mooo.com Git - 16.git/commitdiff
wwwww
authorsparky4 <sparky4@cock.li>
Fri, 25 Mar 2016 17:40:55 +0000 (12:40 -0500)
committersparky4 <sparky4@cock.li>
Fri, 25 Mar 2016 17:40:55 +0000 (12:40 -0500)
src/lib/doslib
y.sh [deleted file]

index 2d22f799c750ae31c83729a00ef9e5b83ba95a61..75139e439a4023b0fec54c481246c5111dd9f9bd 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 2d22f799c750ae31c83729a00ef9e5b83ba95a61
+Subproject commit 75139e439a4023b0fec54c481246c5111dd9f9bd
diff --git a/y.sh b/y.sh
deleted file mode 100755 (executable)
index 40b4278..0000000
--- 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