Christian Wiese
9d7b6b9b2d
lib/functions.in: improve postflist_static_lib() to also move .o files from /lib -> /usr/lib
libc's install special object files like Scrt1.o, crt1.o, crti.o and crtn.o.
This files are not needed at runtime, so it makes no sense to keep them in
/lib.
11 years ago
Alejandro Mery
60f217e6bf
init: adjust to the new location of functions.in
11 years ago
Alejandro Mery
78d522b2f6
sde-cleanup: don't rant about .gitattributes files
11 years ago
Alejandro Mery
cd01a53887
sde-update-tree: call ./update.sh scripts when present in the root of a git/svn tree
Signed-off-by: Alejandro Mery <amery@geeks.cl>
11 years ago
Christian Wiese
994a79048f
lib/function.in: fixed to not prefix CMAKE_INSTALL_PREFIX with $root
12 years ago
Christian Wiese
d4727654a1
sde-cleanup-linger: improved patterns to not remove any file starting with 'core'
11 years ago
Christian Wiese
5049b7ebef
sde-check-system: added bc to the paranoia check
Since linux kernel version >= 3.10 bc is needed to build it, which is a
side-effect of removing the dependency on perl.
11 years ago
Alejandro Mery
f27f65e18e
sde-reschedule: silence ENOTDIR errors from rmdir()
and sightly refactor the remove_package() function
11 years ago
Alejandro Mery
d419cca3fc
sde-reschedule: fix case when there is no flist available
11 years ago
Alejandro Mery
83fcf61148
sde-reschedule: fix no-filename case in remove_package()
11 years ago
Alejandro Mery
8933c7588f
sde-reschedule: remove `mine` dependency
11 years ago
Alejandro Mery
ff71141e76
sde-install: change `sudo ./bin/sde install` to install at /usr/local/bin
instead of $HOME/bin, because on some systems `sudo` alters $PATH for
security reasons
Signed-off-by: Alejandro Mery <amery@geeks.cl>
11 years ago
Alejandro Mery
9e24b38d9d
sde: fix `sudo ./bin/sde install` case
so we can actually `sudo sde ....` later
Signed-off-by: Alejandro Mery <amery@geeks.cl>
11 years ago
Alejandro Mery
da47b1f183
Add .gitattributes for proper cross-OS text file handing
11 years ago
Christian Wiese
68ec67b8de
sde-download: improved to use download.mirror_list if it is set in ~/.sde/settings making mirror-list fetching more flexible
11 years ago
Alejandro Mery
6fb7a9dd29
config: fix confdialog warning
11 years ago
Alejandro Mery
e3b866777e
fl_wrapper: add support for /lib/x86_64-linux-gnu/libc.so.6 style
11 years ago
Alejandro Mery
3ae3b959c8
fl_wrapper: fix gcc 4.7 warnings by handling return values properly
11 years ago
Alejandro Mery
646cba76b6
tools-source: fix gcc-4.7 support by handling return values properly
11 years ago
Christian Wiese
aaa7dd2212
fl_fuse: add initial dummy code
11 years ago
Christian Wiese
c6ca6c18fb
lib/functions.in: fixed split_debug_files() to only process dynamically linked ELF binaries
11 years ago
Christian Wiese
142b3e752f
lib/functions.in: fixed split_debug_files() to preserve file ownership when creating a copy we are going strip
11 years ago
Christian Wiese
882eba3c2e
Build-Pkg: changed to disable debug symbol splitting for kernel packages
11 years ago
Christian Wiese
dfccac3194
debug split: move check for enabling debug symbol splitting from functions.in into Build-Pkg
The check will be run right after the postinstall hook and before
creating the flist.
11 years ago
Christian Wiese
06ffbd894d
lib/functions.in: improved split_debug_files() to chmod 644 the generated debug info file
11 years ago
Christian Wiese
f348305f97
lib/functions.in: improved split_debug_files() to check earlier if we need to skip the processing of the file according to the file name
11 years ago
Christian Wiese
b5c9e1e435
lib/functions.in: fixed split_debug_files() to skip processing of static libary archives
11 years ago
Christian Wiese
b11fb1269c
implement splitting of debug symbols into separate files
11 years ago
Christian Wiese
61520042d5
sde-download: fixed to match the file type case-insensitive
Note:
New versions of `file` return "XZ compressed data" instead of
"xz compressed data" like former versions did, which breaks xz
file type detection in 'sde-download'.
12 years ago
Nagy Károly Gábriel
edd6b2607e
registered dspam (551:551) user and group
12 years ago
Christian Wiese
6aec8c7685
etc/licenses: add AGPL
12 years ago
Christian Wiese
ded333310c
target/generic: add tzdata package
12 years ago
Christian Wiese
fa636ddb7c
target/early: fixed config.in to replace cloog-ppl with cloog
12 years ago
Christian Wiese
6b217eb0ec
target/generic: add acl and attr package to minimal pkgsel
12 years ago
Christian Wiese
b2c344fa07
target/generic: add btrfs-progs to minimal selection
12 years ago
Christian Wiese
1f4cdc8d1e
early: changed pkgsel to use cloog instead of cloog-ppl
12 years ago
Christian Wiese
26ec31d62d
target/generic: add xz to minimal pkgsel
12 years ago
Christian Wiese
27c38a19d4
target/generic: removed eject because it is provided by util-linux >= 2.22 now
12 years ago
Christian Wiese
ba07e3eaf4
target/generic: replaced deprecated module-init-tools with kmod
12 years ago
Christian Wiese
5072e5bff8
Revert "Revert "bin/sde-build-tools: changed to also create a symlink lib -> lib64 when building cross tools for 64bit architectures""
This reverts commit 26e9d3bd7e
.
12 years ago
Christian Wiese
ce4e835d34
target/generic: changed to use cloog instead of cloog-ppl
Note:
Initially we added those packages to be able to be able to build GCC with the
Graphite loop optimizations.
Even when using the cloog-isl backend we still need ppl for building gcc!
12 years ago
Alejandro Mery
a5d6bd516e
sde-download: only accept mirrors returning 200 to the test
12 years ago
Christian Wiese
f180d6699a
patch-cksum.sh: fixed to not use an absolute path while creating a cksum patch
13 years ago
Christian Wiese
86aa940a76
lib/output/terminal: changed echo_pkg_start_terminal() to also show full date
12 years ago
Christian Wiese
3d8b50e1fe
lib/output/terminal: changed date format (%m/%d/%y -> %Y-%m-%d)
12 years ago
Christian Wiese
48d9e296bb
scripts: changed Build-Pkg to not include reference to t2 package matrix in /var/adm/packages/$pkg when there is no URL tag within $pkg.desc
12 years ago
Alejandro Mery
8d868893c4
squashfs: don't check for /init - meaningless for these images
12 years ago
Alejandro Mery
fff6aaa751
overlay: support replacing not-empty directories on file injection
13 years ago
Alejandro Mery
9798513d25
overlay: fixed directory removal/overriding support
13 years ago
Alejandro Mery
806d0e5f17
overlay: introduced .rm file type, to delete targets
13 years ago