Peter Korsgaard
326ae9c89b
target/tar: remove unused cut'n'paste leftover
2008-12-08 09:07:01 +00:00
Peter Korsgaard
224c62ecf8
target: paths may need stripping
...
r24310 removed a few too many strips.
2008-12-08 09:06:59 +00:00
Peter Korsgaard
4b72854dde
target/: get rid of unneeded $(strip ..)
2008-12-08 08:15:58 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Bernhard Reutner-Fischer
5cfb2f794f
- fix some whitespace damage..
...
- add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf
2007-10-05 12:55:40 +00:00
Bernhard Reutner-Fischer
14a71561a3
- just use the strip binary to avoid confusing libtool (quotes)
...
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-10-01 16:15:31 +00:00
Bernhard Reutner-Fischer
3649fd504d
- workaround for broken external toolchains
2007-08-25 11:13:20 +00:00
Bernhard Reutner-Fischer
956d3eb78b
- semicolon touchup. No other changes
2007-08-22 09:56:41 +00:00
Bernhard Reutner-Fischer
1afb8226cb
- start to use BR2_HAVE_MANPAGES and BR2_HAVE_INFOPAGES
...
- always error out if ldconfig for the target fails (was inconsistent..)
2007-08-21 14:32:38 +00:00
Ulf Samuelsson
5d2be04979
Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIR
2007-08-16 18:19:42 +00:00
Peter Korsgaard
6c0c83fb56
Use cross ldconfig instead of host version
2007-08-08 14:58:47 +00:00
Peter Korsgaard
4cdef5138d
s/FAKEROUTE/FAKEROOT/
2007-05-03 08:25:17 +00:00
Bernhard Reutner-Fischer
73be7f9ef4
- make sure to download fakeroot if needed
2007-04-06 16:36:48 +00:00
Bernhard Reutner-Fischer
f94a44c3ad
- use numeric values for the superuser to be more portable.
...
Closes #1250
2007-03-20 16:52:44 +00:00
Bernhard Reutner-Fischer
0091f181ef
- do not use TARGET_DEVICE_TABLE if is is empty
2007-02-15 16:49:39 +00:00
Bernhard Reutner-Fischer
1d10f37b2e
- keep the original tarball around.
2006-11-29 19:28:41 +00:00
Bernhard Reutner-Fischer
f7de9bf615
- provide a choice to select the compressor to use for the final rootfs.
...
Closes #1014
2006-11-29 19:16:48 +00:00
Mike Frysinger
b81bcbd229
Alessio Massaro writes: The syntax $VAR_NAME is used in several places. The correct syntax is actually $(VAR_NAME)
2006-04-21 01:23:35 +00:00
Eric Andersen
674d61d84b
yet again... rework fakeroot handling to ensure fakeroot is invoked just once,
...
as it seems to sometimes lose values logged during from earlier invocations.
2006-04-10 22:49:48 +00:00
Eric Andersen
8cfa7aa965
As noted by jacmet in bug 824:
...
svn 14777 seems to have broken cramfs/squashfs/tarroot.
The problem is that $(IMAGE) is the absolute path of the image including
directories, so the build tries to access
$(STAGING_DIR)/_fakeroot.</full/path/to/buildroot/directory> which doesn't
exist.
The fix is to define CRAMFS/SQUASHFS/TAR_TARGET as $(notdir
$(IMAGE).<extension>) instead.
2006-04-10 17:48:53 +00:00
Eric Andersen
5418a92350
make sure things still work even when fakeroot is not in active use
2006-04-07 22:42:15 +00:00
Eric Andersen
ee66f55213
rework fakeroot handling to avoid races during parallel make causing several
...
fakeroot instances stomping eachother's temp files.
2006-04-07 20:30:43 +00:00
Bernhard Reutner-Fischer
6102f447aa
- remove doublequotes from rootfs tar options
...
busybox tar -c" -v"f m.tar libm doesn't work but tar -c -vf n.tar libm does.
2005-12-10 14:40:45 +00:00
Mike Frysinger
2e31d32a0c
touchup target menu display
2005-09-09 00:12:13 +00:00
Eric Andersen
d70e7f4f1e
Prevent problems with fakeroot possibly trying to use stale host filesystem
...
inodes by carefully regenerating fakeroot.env from package specific files.
2005-08-08 07:53:10 +00:00
Eric Andersen
06c5ff4e82
minor cleanup for target handling
2005-08-08 06:57:43 +00:00
Mike Frysinger
b1f37b4a5a
only run ldconfig if ld.so.conf exists
2005-08-04 22:17:36 +00:00
Eric Andersen
d1345f067e
Allow packages to use fakeroot. To accomodate this, convert all
...
target filesystem creation tools to also use fakeroot.
2005-08-04 06:32:52 +00:00
Eric Andersen
5ef0c31bf4
Run ldconfig on the target rootfs to generate /etc/ld.so.cache
2005-07-14 23:30:39 +00:00
Eric Andersen
088b0532ec
silly typo
2005-06-25 08:02:44 +00:00
Eric Andersen
93e6e0735a
The '-r' option has gone away
2005-06-24 08:48:06 +00:00
Eric Andersen
9540549182
Finish implementing fakeroot handling so when we tar up the
...
rootfs, the tarball properly inherits device table settings
and device nodes.
2005-06-24 07:31:17 +00:00
Eric Andersen
d06645d8ed
There is no need to have a separate 'Makefile.in' file in the
...
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
2005-02-10 03:06:39 +00:00
Eric Andersen
6fa2c16be9
Fix broken config menu
2005-02-09 19:40:19 +00:00
Mike Frysinger
cd0a84da7e
allow users to generate tarballs of the target filesystem
2005-02-09 16:06:06 +00:00