1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-27 12:08:35 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
sin
0a7c9e877b Enable $optldflags 2014-03-05 17:05:30 +00:00
sin
0a85fbdac8 No need to specify -static in CFLAGS 2014-03-05 14:13:22 +00:00
sin
036d41dc64 Convert ubase to use inline building instructions 2014-03-05 13:34:16 +00:00
sin
e611f394e9 Bump up NPROC to 4 2014-03-04 11:54:28 +00:00
sin
0c36dab8a9 Set NPROC to 1 by default
There is a strange issue on one of my machines where the build errors
out every now and then with NPROC > 1.  Default to 1 until we fix this.
2014-03-03 17:30:42 +00:00
Daniel Bainton
0e83f34cd6 Add NPROC to config.mk, for mk concurrency
nprocs and NPROC are kept separate because users might not want nprocs*2
processes. Also, NPROC messes up the build output quite a lot, users
might want to disable it for a sane output.
2014-03-01 01:35:31 +02:00
sin
1c117e6f74 Comment out optcflags and optldflags
These mostly work but not for all packages.  ncurses and/or libevent
seem to have trouble with them.
2014-02-28 18:16:36 +00:00
sin
2262ca81e6 Use exported CFLAGS and LDFLAGS from config.mk 2014-02-28 16:59:23 +00:00
sin
6f8a42e274 Start using $optldflags and $optcflags 2014-02-28 13:41:26 +00:00
Daniel Bainton
d71bb4e966 Move to a mk based build system 2014-02-28 14:22:25 +02:00