diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-24 01:10:32 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-24 01:10:32 +0100 |
| commit | 0d36b950f6a560a0312f2dcd326d3bb5362af370 (patch) | |
| tree | 6d417483e22589e5ca07bf98a0bd8099ae5882e8 /userspace/sys/Makefile | |
| parent | ec0ba7bc40854eab6a1cdb41364f41f9c11407e1 (diff) | |
playing with enviroment variables
Diffstat (limited to 'userspace/sys/Makefile')
| -rw-r--r-- | userspace/sys/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userspace/sys/Makefile b/userspace/sys/Makefile index 374d490..9917d90 100644 --- a/userspace/sys/Makefile +++ b/userspace/sys/Makefile @@ -12,6 +12,7 @@ library_install: all cp /home/miguel/temp/sysroot/usr/lib/libc.a . ar x libc.a rm libc.a +# rm lib_a-environ.o cp temp/sys*.o . ar rs libc.a *.o mv libc.a /home/miguel/temp/sysroot/usr/lib/libc.a |
