Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2007-11-28 | Move libgcrypt from lib to usr/lib, update libgcrypt.la | Ulf Samuelsson | |
2007-09-19 | - fixes and cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-09-19 | - fix incorrect setting of $ac_cv_sys_symbol_underscore. | Bernhard Reutner-Fischer | |
There is no reason not to AC_COMPILE and use the set cross-nm to look for the symbol mangling scheme. Thus it is incorrect to check for cross compilation in the GNUPG_SYS_SYMBOL_UNDERSCORE check. - fix bug when configuring (has to wipe config.cache !) | |||
2007-09-19 | - remove duplicate includedir | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-20 | SED away some whitespace | Ulf Samuelsson | |
2007-08-11 | Run $\(CONFIG_UPDATE\) in the unpack rules for iperf, ↵ | Ulf Samuelsson | |
libgcrypt,libgpg-error, lzo | |||
2007-07-17 | Add GNU Crypto library | Ulf Samuelsson | |