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 년 전 |
Mike Frysinger
|
b81bcbd229
Alessio Massaro writes: The syntax $VAR_NAME is used in several places. The correct syntax is actually $(VAR_NAME)
|
19 년 전 |
Eric Andersen
|
674d61d84b
yet again... rework fakeroot handling to ensure fakeroot is invoked just once,
|
19 년 전 |
Eric Andersen
|
8cfa7aa965
As noted by jacmet in bug 824:
|
19 년 전 |
Eric Andersen
|
5418a92350
make sure things still work even when fakeroot is not in active use
|
19 년 전 |
Eric Andersen
|
ee66f55213
rework fakeroot handling to avoid races during parallel make causing several
|
19 년 전 |
Eric Andersen
|
d70e7f4f1e
Prevent problems with fakeroot possibly trying to use stale host filesystem
|
20 년 전 |
Eric Andersen
|
06c5ff4e82
minor cleanup for target handling
|
20 년 전 |
Mike Frysinger
|
ab3bf08f9c
also need to depend on makedevs as noted by emalkowski in Bug #366
|
20 년 전 |