-aiaiai-locker
+helpers/aiaiai-locker
helpers/remap-log
-CFLAGS = -O2 -g -Wextra
-
all:
- $(CC) $(CFLAGS) -o aiaiai-locker aiaiai-locker.c
make -C helpers
clean:
- $(RM) aiaiai-locker
make -C helpers clean
instead of just failing. This is probably more user-friendly.
* Describe some review policy, e.g., how many days I promise to wait
for review/reply before applying patches.
- * Re-arrange the source code structure so that the internal scripts
- would all sit in a separate sub-directory. Internal scripts are
- those which users are not supposed to run directly. For example,
- 'aiaiai-locker' is one of them.
* Functional improvements
* Gcc 4.8 change the format of warnings and now they look like this:
# License: GPLv2
srcdir="$(readlink -ev -- ${0%/*}/..)"
-PATH="$srcdir:$srcdir/email:$srcdir/helpers/libshell:$PATH"
+PATH="$srcdir/helpers:$srcdir/email:$srcdir/helpers/libshell:$PATH"
+echo $PATH
. shell-error
. shell-args
. shell-signal
# License: GPLv2
srcdir="$(readlink -ev -- ${0%/*}/..)"
-PATH="$srcdir:$srcdir/email:$srcdir/helpers/libshell:$PATH"
+PATH="$srcdir/helpers:$srcdir/email:$srcdir/libshell:$PATH"
. shell-error
. shell-signal
# License: GPLv2
srcdir="$(readlink -ev -- ${0%/*}/..)"
-PATH="$srcdir:$srcdir/email:$srcdir/helpers/libshell:$PATH"
+PATH="$srcdir/helpers:$srcdir/email:$srcdir/helpers/libshell:$PATH"
. shell-error
. shell-args
# License: GPLv2
srcdir="$(readlink -ev -- ${0%/*}/..)"
-PATH="$srcdir:$srcdir/email:$srcdir/helpers/libshell:$PATH"
+PATH="$srcdir:$srcdir/helpers:$srcdir/email:$srcdir/helpers/libshell:$PATH"
. shell-error
. shell-args
# Author: Artem Bityutskiy
# License: GPLv2
-srcdir="$(readlink -ev -- ${0%/*})"
-PATH="$srcdir/..:$srcdir/../helpers/libshell:$PATH"
+srcdir="$(readlink -ev -- ${0%/*}/..)"
+PATH="$srcdir:$srcdir/helpers/libshell:$PATH"
. shell-error
. shell-args
-CFLAGS = -O2 -g -Wextra
-
all:
$(CC) $(CFLAGS) -o remap-log remap-log.c
+ $(CC) $(CFLAGS) -o aiaiai-locker aiaiai-locker.c
clean:
- $(RM) remap-log
+ $(RM) remap-log aiaiai-locker
# License: GPLv2
srcdir="$(readlink -ev -- ${0%/*})"
-PATH="$srcdir:$srcdir/helpers/libshell:$srcdir/helpers:$PATH"
+PATH="$srcdir:$srcdir/libshell:$PATH"
. shell-error
. shell-args
# License: GPLv2
srcdir="$(readlink -ev -- ${0%/*})"
-PATH="$srcdir:$srcdir/helpers/libshell:$srcdir/helpers:$PATH"
+PATH="$srcdir:$srcdir/libshell:$PATH"
. shell-error
. shell-args
# License: GPLv2
srcdir="$(readlink -ev -- ${0%/*})"
-export PATH="$srcdir:$srcdir/helpers/libshell:$srcdir/helpers:$PATH"
+export PATH="$srcdir:$srcdir/libshell:$PATH"
. shell-error
. shell-args
# License: GPLv2
srcdir="$(readlink -ev -- ${0%/*})"
-PATH="$srcdir:$srcdir/helpers/libshell:$PATH"
+PATH="$srcdir:$srcdir/libshell:$PATH"
. shell-error
. shell-args
# License: GPLv2
srcdir="$(readlink -ev -- ${0%/*})"
-PATH="$srcdir:$srcdir/helpers/libshell:$srcdir/helpers:$PATH"
+PATH="$srcdir:$srcdir/libshell:$PATH"
. shell-error
. shell-args