File history
Tracking elks/Makefile
| Commit | Author | Date | Message |
|---|---|---|---|
47fccd0f462cd06c52d947b8ef64c8d079d016e | Greg Haerr | 2025-12-15 | Use -fno-defer-pop only in main.c for now. Saves 976 bytes code |
f09682e908b037cf63a1878b071e1fa26b04ae0 | Greg Haerr | 2025-11-02 | Remove mkdist |
50c7dee3d1545f735f2d31307a827c884ab8a93 | Greg Haerr | 2025-11-02 | [kernel] Cleanup kernel Makefiles Remove distdir: and lint: actions |
a7f21b89ed28c130a81f86a5dc448a5dc2baf83 | hexadec1mal | 2025-07-23 | small build fixes |
39d0a3f852ee83162c162652acde4528716db64 | Chuck Coffing | 2022-11-15 | Consistently use MAKE variable instead of assuming "make" |
b83ecc93a9b4fbc46582bdee593565886aaeabc | Greg Haerr | 2022-06-17 | [build] Fix unix and nano sockets build |
c9296da2233dc3b62864e21e91940e2379d4088 | Greg Haerr | 2022-03-22 | [cmds] Add uname application and system call |
9ba030e91ff3da8623d0c71d3d6f00bb4b6b253 | Greg Haerr | 2021-05-21 | [kernel] Add option to specify size of kernel local heap |
b54eb169697cc66558e07bbd41f07557c0ccbe0 | Tee-Kiah Chia | 2020-09-13 | [kernel] [tools] [elkscmd] Work with major gcc-ia16 update |
f6a651842c2563f17a9d8e219bfc761367237ae | mfld-fr | 2020-02-08 | [config] Rename CONFIG_MSDOS_FS to CONFIG_FS_FAT |
e90ee2221d1303964859843847da4d9e7a8369d | Greg Haerr | 2019-04-29 | Proof of concept to replace sudo mount/umount ELKS disk image with portable userland tools Added elks/elks/tools/mfs - Minix filesystem manipulation tool Added elks/elks/tools/mfsck - Minix filesystem consistency checker Added elks/elks/tools/bin to PATH |
9c79ebc3760034f30c20569163374d26996e870 | mfld-fr | 2018-05-16 | Move documentation to top directory |
eedd903c935666b097d3e631155aa095854ec0b | mfld-fr | 2018-04-27 | Move compiler selection to top level |
ee3152fdebfd35d63e2f284785f7ff5e19ead9e | mfld-fr | 2018-04-21 | Move images to a dedicated folder |
e77f4c46cee8ccf80be6304303145672dfcd6f2 | mfld-fr | 2018-04-21 | Optionalize the image format |
ab624d4950bcc4fc766e2eb4164bb0bb084c9c9 | mfld-fr | 2018-04-14 | Move configuration entry to top directory |
985d6ff95270ac188a68b887e897b222ae7aa17 | mfld-fr | 2018-04-13 | Move autoconf.h to generic location |
bba5be70a205545b6c2610cc8b6e9b98d47e3b8 | mfld-fr | 2018-04-13 | Move configuration script to top directory |
9a4897e460c11e3fbe5c9a35042d05e720d8f30 | mfld-fr | 2018-04-12 | Remove Tcl/Tk front-end from configuration script |
5d0cc86fce324f8386de420524f8de91786ed23 | lithoxs | 2017-11-06 | Restore functionality when compiled with ia16-unknown-elks-gcc compiler |
4e3c4337ad5cb3dfd6402d72484e71f2176bef9 | georgp24 | 2017-04-08 | Add FAT filesystem support to ELKS |
b60a1bd7cd0aee6434ecc283f10e01f05be2009 | Jody Bruchon | 2017-03-04 | Get parallel make to work |
1ffbf2ec4dc390f3cc3216c1aae50dcdfd3aed2 | Jody Bruchon | 2017-03-04 | Modernize some messages in the kernel Makefile |
acebf0594d0e890fb5799ca883258f3005a497d | mfld-fr | 2017-02-23 | [romfs] Makefiles for mkromfs |
bd64762bdceff32b41631837c817338b898d5b2 | lithoxs | 2015-08-18 | Fix argv[0] for init task. Vfork() simplification |
3c302cad12d34de58aba1b166da06c9173a4336 | Jody Bruchon | 2015-03-01 | Release ELKS 0.2.0 with massive improvements |
f86c5c9ee7e74f71bc622a58682c38cfc7d63fd | Jody Bruchon | 2012-02-18 | Included patches from the "nanox" project at: http://code.google.com/p/nanox/ which is maintained by tinybit1@gmail.com. |
a3bf3fec717c3fb4fc0e960f5082da95acd1531 | Jody Bruchon | 2012-02-19 | Bumped version to 0.1.4 and cleaned up Makefile a bit. |
d9cb07e718e34516d70add96d28524b7819d161 | Jody Bruchon | 2012-02-18 | Included patches from the "nanox" project at: http://code.google.com/p/nanox/ which is maintained by tinybit1@gmail.com. |
5c9193934c4562e5790ea82853f016b52ca0ca3 | Jody Bruchon | 2012-02-17 | Removed elksfs filesystem; it is a clone of the Minix filesystem, and other than changing references in the code to contain the new name, elksfs contains no new or useful code at all, thereby only bloating the code base without a purpose. Furthermore, no |
216dfc720cc422eb0b4a58e0d3a430fef59d1e4 | Jody Bruchon | 2012-02-12 | If "make Image" is run, it seems that arch/i86/Image is never deleted on a "make distclean" when it should be. This patch fixes the (trivial) problem. |
d59ad188823962a7d933958437cddffcccaa216 | Claudio Matsuoka | 2004-09-16 | Added VERSION, PATCHLEVEL, SUBLEVEL and EXTRAVERSION tags to the Makefile. |
7c16f7fab993d748a434d8831f1dd95e644ed1b | Riley H. Williams | 2002-06-25 | Rationalise ELKS kernel configuration options. |
a7c9acfece5bacb9a29886ff6444e18614f2bb5 | Riley H. Williams | 2002-06-06 | Redid fix to deal with over-long kernel version names. |
9694a20fc1bb53a24541ff13e5fb7ee2d564d2f | Riley H. Williams | 2002-05-13 | Standardised macros for debugging printk's - now uses debug() and debug[1-9]() for all except memory handlers, which use debugmem() and debugmem[1-9]() respectively. |
17b29554e9222e5b961055e7de3d307d1e1137d | Riley H. Williams | 2002-04-25 | Started splint'ing the ELKS source tree. See CHANGELOG for details. |
e86211760502daff0922cd7d4697d35f1ac72fc | Riley H. Williams | 2002-04-23 | Simplified keycode system, also ANSI'fied and reindented arch/i86/drivers/char subtree. |
09c26d8182fdfff25fbfa6761f72783b000c4c9 | Riley H. Williams | 2002-04-18 | Standardised Makefile format. |
3e1af0c4023ed0042666aad5b4792ffd3bf1342 | Riley H. Williams | 2002-01-24 | Exclude contents of elksfs.h header if elksfs not enabled. |
4d3cf21ead86c6bbc27caf0f4ac16811b133970 | Riley H. Williams | 2002-01-20 | Allow ELKS to build on systems where gnumake isn't installed as make and bash isn't installed as /bin/bash or /bin/sh (from M Warner Losh). |
a069bdf7d321c2363c26d0233230b4277dfa4fe | Riley H. Williams | 2002-01-20 | Cleaned up version number display in Menuconfig. |
b82f765122b2f5d7f7b49dcb624018ee159cb30 | Riley H. Williams | 2002-01-13 | Moved serial ports from minors 4-7 to minors 64-67 (to match Linux) and changed version to 0.1.0-pre4 as a reference point. |
543549ec306c8c2268cfdd80a47fe2c4f62d0a0 | Riley H. Williams | 2001-12-12 | Generalised variables in Makefile-rules. |
bed83e0805ea866444309845b4144832644ae99 | Riley H. Williams | 2001-12-10 | Basic bugfixes, and update to TODO file at HarKal's request. |
c891a907425b7ab4b497fd420b29c3e5c712258 | Riley H. Williams | 2001-12-09 | Simplified `make {clean,{no,}dep} displays. |
aea6d3a2479dc5ef5544198d1456a09a069c13c | Riley H. Williams | 2001-11-20 | Verified that all standard make commands now work using the standardised ruleset. Committed ELKS 0.1.0-pre1 at last !!! |
808a313558ac797a65deeeed44fce30135a271e | Riley H. Williams | 2001-11-17 | Fixed bug in `make dist` - it omitted an important file! Also changed to version 0.0.90 for release. |
5b1df52a527d77c7fb4c00b9d6aab641982664a | Riley H. Williams | 2001-11-16 | Updated TODO document. |
b33e3df5344263d2c3578d20b42e4af73411b4a | Riley H. Williams | 2001-11-14 | Makefile rationalisation completed - this also fixes the `won't compile' buglet in my previous commit. |
cd3f46b43e59d12ebb0a560253ccb69a98f0d15 | Riley H. Williams | 2001-11-14 | ELKS now compiles - this is 0.0.89 at the moment. |
d6fb82533067420ab5b7bb2353a096e5ec4313d | Riley H. Williams | 2001-11-14 | Fixed stupid typos in previous bugfix !!! |
18e6cd5dc292ae626cb81a13d204cca5c3b2727 | Riley H. Williams | 2001-11-13 | Added missing dependency 8( |
5b2f6ca8a9afbca9a91d70a6607c2d8721818d5 | Riley H. Williams | 2001-11-13 | Oops - missed tweak to primary Makefile 8( |
05d6dfaea10cd810d66fdc7b57fad3f58ce2e3f | Riley H. Williams | 2001-11-12 | Committed HarKal's patches - see CHANGELOG for details |
58220446681770850dd5b4a43a3ef2ac447586f | Riley H. Williams | 2001-10-29 | Brought RELNOTES up to date |
b2efecaa76794564556c76b1521a53b50610b64 | Riley H. Williams | 2001-10-24 | Updated and made as 0.0.88 release |
2851c82fe015caddaa78f8d9e164f84d706dc71 | Riley H. Williams | 2001-10-22 | Release 0.0.88-pre1 is out |
8c4061f299c690057deaeefa1823b1e1b9cafbb | Harry Kalogirou | 2001-10-18 | More makefile fixes |
4150968024759cd8f5e34030e67efe64c324932 | Harry Kalogirou | 2001-10-18 | Makefile fix |
1d897c0f221f4c8b8fb806a60bb854212900b0a | Riley H. Williams | 2001-10-16 | Reformatted ELKS_VERSION_CODE to match actual version number usage. Bumped version to 0.0.87-pre1 as well. |
28f20c3e7f3848ca7e63a53fdaa9dc901f516d4 | Riley H. Williams | 2001-10-07 | Added `make tar` and skeletons for `make deb` and `make rpm` to base Makefile. |
0f03940a03b7bd952b33a6ebcb99d1191752d34 | Riley H. Williams | 2001-10-04 | Reformatted comments |
e0cbfa7e40db14f0b5e8991303a0badefd30f07 | Riley H. Williams | 2001-10-03 | Removed empty depend.awk and hfiles.sh scripts, also latest tweaks to Makefile-rules, and changed tag v0m0m73 to elks-0_0_73 to match other tags. |
5984c0f698c259222ae3a69483a854ee013e4f7 | Riley H. Williams | 2001-10-03 | Reverted rest of accidental Makefile tweaks, also discovered bug I can't fix. |