diff options
| author | Michael Forney <mforney@mforney.org> | 2016-12-10 01:06:40 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-12-10 12:05:02 -0800 |
| commit | 80fa7ed8020c775d80654c7704d3d2ffa020fbd1 (patch) | |
| tree | e29e47f1bab66215d0de2a0f4938a1d38f311684 | |
| parent | ab571b79f0f5911bb93c6f7007ecf890c510e467 (diff) | |
ubase: Style
| -rw-r--r-- | core/ubase/gen.rc | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/core/ubase/gen.rc b/core/ubase/gen.rc index 31db61fe..196bbdb2 100644 --- a/core/ubase/gen.rc +++ b/core/ubase/gen.rc @@ -6,24 +6,25 @@ cflags\ -D '_FILE_OFFSET_BITS=64' \ -I '$dir' -lib libutil.a\ - libutil/agetcwd.c\ - libutil/agetline.c\ - libutil/apathmax.c\ - libutil/concat.c\ - libutil/ealloc.c\ - libutil/eprintf.c\ - libutil/estrtol.c\ - libutil/estrtoul.c\ - libutil/explicit_bzero.c\ - libutil/passwd.c\ - libutil/proc.c\ - libutil/putword.c\ - libutil/recurse.c\ - libutil/strlcat.c\ - libutil/strlcpy.c\ - libutil/strtonum.c\ - libutil/tty.c +lib libutil.a libutil/^(\ + agetcwd.c\ + agetline.c\ + apathmax.c\ + concat.c\ + ealloc.c\ + eprintf.c\ + estrtol.c\ + estrtoul.c\ + explicit_bzero.c\ + passwd.c\ + proc.c\ + putword.c\ + recurse.c\ + strlcat.c\ + strlcpy.c\ + strtonum.c\ + tty.c\ +) fn x { if(~ $1 -m) { |
