1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 14:28:33 +00:00

Add set -x for man, tinywm and xsetroot

This commit is contained in:
sin 2014-03-05 16:59:27 +00:00
parent 06301b7a50
commit c3532d8e41
3 changed files with 3 additions and 0 deletions

@ -1,6 +1,7 @@
url="$mirror/man.tar.gz" url="$mirror/man.tar.gz"
build: crossmusl build: crossmusl
set -x
cd src/man cd src/man
$CC -std=gnu99 -o man man.c $CFLAGS $LDFLAGS $CC -std=gnu99 -o man man.c $CFLAGS $LDFLAGS
cp man "$root/bin" cp man "$root/bin"

@ -1,4 +1,5 @@
build: tinyxlib build: tinyxlib
set -x
cd stuff cd stuff
$CC tinywm.c -o tinywm -lX11 $CFLAGS $LDFLAGS $CC tinywm.c -o tinywm -lX11 $CFLAGS $LDFLAGS
cp tinywm "$root/bin" cp tinywm "$root/bin"

@ -1,4 +1,5 @@
build: tinyxlib build: tinyxlib
set -x
cd stuff cd stuff
$CC xsetroot.c -o xsetroot -lX11 $CFLAGS $LDFLAGS $CC xsetroot.c -o xsetroot -lX11 $CFLAGS $LDFLAGS
cp xsetroot "$root/bin" cp xsetroot "$root/bin"