Peter Korsgaard
|
3fdf0bffb8
buildroot: silence ./configure step when building with 'make -s'
|
16 年 前 |
Thomas Petazzoni
|
397fe5cc0b
Remove the "project" feature
|
16 年 前 |
Thomas Petazzoni
|
79c213fbe5
target: use qstrip
|
16 年 前 |
Peter Korsgaard
|
32faf35112
Makefile: add target-finalize for common filesystem cleanup
|
16 年 前 |
Peter Korsgaard
|
d290edadb9
fakeroot: install into HOST_DIR
|
16 年 前 |
Peter Korsgaard
|
7737b360df
makedevs: install into HOST_DIR
|
16 年 前 |
Peter Korsgaard
|
ed5f6093c0
target/: convert to DOWNLOAD helper
|
16 年 前 |
Peter Korsgaard
|
4b72854dde
target/: get rid of unneeded $(strip ..)
|
16 年 前 |
Bernhard Reutner-Fischer
|
14a71561a3
- just use the strip binary to avoid confusing libtool (quotes)
|
18 年 前 |
Bernhard Reutner-Fischer
|
3649fd504d
- workaround for broken external toolchains
|
18 年 前 |
Bernhard Reutner-Fischer
|
6547bced93
- global whitespace trimming
|
18 年 前 |
Bernhard Reutner-Fischer
|
956d3eb78b
- semicolon touchup. No other changes
|
18 年 前 |
Bernhard Reutner-Fischer
|
1afb8226cb
- start to use BR2_HAVE_MANPAGES and BR2_HAVE_INFOPAGES
|
18 年 前 |
Bernhard Reutner-Fischer
|
f88b8e0bf3
- a few more cleanups (Cristian Ionescu-Idbohrn)
|
18 年 前 |
Ulf Samuelsson
|
5d2be04979
Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIR
|
18 年 前 |
Peter Korsgaard
|
6c0c83fb56
Use cross ldconfig instead of host version
|
18 年 前 |
Bernhard Reutner-Fischer
|
165a61d58a
- remove stray ';'
|
18 年 前 |
Bernhard Reutner-Fischer
|
59c867406d
- test if dir exists before trying to rmdir it.
|
18 年 前 |
"Steven J. Hill"
|
d04f3b5aaf
Get rid of extra directory entries.
|
18 年 前 |
Bernhard Reutner-Fischer
|
f94a44c3ad
- use numeric values for the superuser to be more portable.
|
18 年 前 |
Bernhard Reutner-Fischer
|
0e59ed0208
- bump version. Closes #1225
|
18 年 前 |
Bernhard Reutner-Fischer
|
0091f181ef
- do not use TARGET_DEVICE_TABLE if is is empty
|
18 年 前 |
Bernhard Reutner-Fischer
|
edea8785d8
- BR2_TARGET_ROOTFS_EXT2_RESBLKS is ignored if it is 0. It should be used if it is 0 (since 0 means something here--"do not reserve any blocks".
|
18 年 前 |
Bernhard Reutner-Fischer
|
af9f612b67
- Lars Munch noticed that i broke the ext2 compressor. Thanks!
|
18 年 前 |
Bernhard Reutner-Fischer
|
787635669b
- update the ext2 rootfs compression mechanism to allow for gzip, bzip2, lzma or none
|
18 年 前 |
Bernhard Reutner-Fischer
|
6933e0ae04
- use the HOSTCC as set by the user.
|
18 年 前 |
Bernhard Reutner-Fischer
|
d15b0f98f1
- Change LC_ALL=POSIX to LC_ALL=C and remove LANG=C as suggested by vapier.
|
18 年 前 |
Bernhard Reutner-Fischer
|
cbb32d16c4
- pass a LC_ALL to du to avoid i18n trouble when calculating the size.
|
18 年 前 |
Bernhard Reutner-Fischer
|
a44651de6e
- Patch from Thomas Lundquist to support lzma compressed ext2 rootfs.
|
19 年 前 |
Bernhard Reutner-Fischer
|
6342c83201
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
|
19 年 前 |