morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit c3532d8e410cc3fa3e4c5757e899be81bc92aedd
parent 06301b7a50109c024048ad66c34e670518e08591
Author: sin <sin@2f30.org>
Date:   Wed,  5 Mar 2014 16:59:27 +0000

Add set -x for man, tinywm and xsetroot

Diffstat:
Mpkgs/man | 1+
Mpkgs/tinywm | 1+
Mpkgs/xsetroot | 1+
3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/pkgs/man b/pkgs/man @@ -1,6 +1,7 @@ url="$mirror/man.tar.gz" build: crossmusl + set -x cd src/man $CC -std=gnu99 -o man man.c $CFLAGS $LDFLAGS cp man "$root/bin" diff --git a/pkgs/tinywm b/pkgs/tinywm @@ -1,4 +1,5 @@ build: tinyxlib + set -x cd stuff $CC tinywm.c -o tinywm -lX11 $CFLAGS $LDFLAGS cp tinywm "$root/bin" diff --git a/pkgs/xsetroot b/pkgs/xsetroot @@ -1,4 +1,5 @@ build: tinyxlib + set -x cd stuff $CC xsetroot.c -o xsetroot -lX11 $CFLAGS $LDFLAGS cp xsetroot "$root/bin"