diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 13:58:35 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 13:58:51 -0500 |
| commit | 2e74dfd96fb97b03bf44035d7a3864066af4ece8 (patch) | |
| tree | cb1a004d0f2a1c1e6921e1056f26eb4a6206ed4b /lib/libsteps/make_dist_linux.sh | |
| parent | 0e06135601f94f68e1bfcacfe5d77e2cd50c1863 (diff) | |
chore: Redesigned sysroot repository.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'lib/libsteps/make_dist_linux.sh')
| -rwxr-xr-x | lib/libsteps/make_dist_linux.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libsteps/make_dist_linux.sh b/lib/libsteps/make_dist_linux.sh deleted file mode 100755 index fe58a8d..0000000 --- a/lib/libsteps/make_dist_linux.sh +++ /dev/null @@ -1,12 +0,0 @@ -#! /bin/sh - -outputDir=dist/lib/ - -mkdir -p $outputDir - -for f in *.hpp; do -baseName=`echo $f | cut -d "." -f 1` -echo "RUN:" cp --parents $f.hpp $outputDir$baseName -cp --parents $f.hpp $outputDir$baseName -done - |
