0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add -static to CFLAGS in the default configuration (there are still problems in mklibs)
tmonjalo
as Thomas Monjalon
More... about 15 years ago
do not strip stripped binaries
tmonjalo
as Thomas Monjalon
More... about 15 years ago
do not strip binaries at each install but all together after
tmonjalo
as Thomas Monjalon
More... about 15 years ago
print the image size after building it
tmonjalo
as Thomas Monjalon
More... about 15 years ago
add ROOT_SKEL_SRC to get an external rootfs
tmonjalo
as Thomas Monjalon
More... about 15 years ago
strip script arguments and add argument DEST_DIR to force the source directory
tmonjalo
as Thomas Monjalon
More... about 15 years ago
minor: change comments for options
tmonjalo
as Thomas Monjalon
More... about 15 years ago
fix sstrip on all ELF executables (static and dynamic)
tmonjalo
as Thomas Monjalon
More... about 15 years ago
add simple rc files for telnet and dhcp in the default root skeleton
tmonjalo
as Thomas Monjalon
More... about 15 years ago
rename CUSTOM_RULES to EXTRA_RULES
tmonjalo
as Thomas Monjalon
More... about 15 years ago
add config-default.mk (forgotten in the previous commit)
tmonjalo
as Thomas Monjalon
More... about 15 years ago
move default config from Makefile to config-default.mk
tmonjalo
as Thomas Monjalon
More... about 15 years ago
remove useless targets init and finish: it can be user-specified in TARGETS
tmonjalo
as Thomas Monjalon
More... about 15 years ago
add CROSS_CXX
tmonjalo
as Thomas Monjalon
More... about 15 years ago
add option -D to install to create parent directory
tmonjalo
as Thomas Monjalon
More... about 15 years ago
install a simple dropbear rc script
tmonjalo
as Thomas Monjalon
More... about 15 years ago
minor: comment change
tmonjalo
as Thomas Monjalon
More... about 15 years ago
define "all" target at first line of Makefile to make it the default rule instead of the user-defined rules in config.mk
tmonjalo
as Thomas Monjalon
More... about 15 years ago
fix busybox and default config to make telnet works
tmonjalo
as Thomas Monjalon
More... over 15 years ago
minor: remove a blank line
tmonjalo
as Thomas Monjalon
More... over 15 years ago
*_SRC is not relative to *_DIR anymore but to the project root
tmonjalo
as Thomas Monjalon
More... over 15 years ago
do not copy VCS files of the skeleton
tmonjalo
as Thomas Monjalon
More... over 15 years ago
fix first time build: replace $@ by the matching variable to recalculate it after untar
tmonjalo
as Thomas Monjalon
More... over 15 years ago
replace ";" by "&&" to stop on all errors
tmonjalo
as Thomas Monjalon
More... over 15 years ago
fix zlib.mk for first time build: - move configure to let recalculating ZLIB_SRC_DIR after untar - use ZLIB_BUILD_BIN instead of $@ to recalculate it after untar
tmonjalo
as Thomas Monjalon
More... over 15 years ago
suppress warning about missing .config in linux.mk
tmonjalo
as Thomas Monjalon
More... over 15 years ago
now config file paths are relatives to the main directory
tmonjalo
as Thomas Monjalon
More... over 15 years ago
remove useless lines in the device table
tmonjalo
as Thomas Monjalon
More... over 15 years ago
add support for static build and replace variable ROOT_BUILD_BIN_DIRS by command FIND_ROOT_BINS
tmonjalo
as Thomas Monjalon
More... over 15 years ago
minor: reindent PHONY of linux.mk
tmonjalo
as Thomas Monjalon
More... over 15 years ago