mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 20:51:00 +08:00
2010-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* tar01/Makefile.am, tar02/Makefile.am: Replace mkdir cascade with $(MKDIR_P).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* tar01/Makefile.am, tar02/Makefile.am: Replace mkdir cascade
|
||||
with $(MKDIR_P).
|
||||
|
||||
2010-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* tar01/Makefile.am, tar02/Makefile.am: Misc. fixes.
|
||||
|
||||
@@ -33,8 +33,7 @@ stamp-initial-fs-source: initial_filesystem.tar
|
||||
|
||||
stamp-filesystem:
|
||||
rm -rf initial_fs
|
||||
mkdir initial_fs
|
||||
mkdir initial_fs/home
|
||||
$(MKDIR_P) initial_fs/home
|
||||
(echo "This is a test of loading an RTEMS filesystem from an" ; \
|
||||
echo "initial tar image.") >initial_fs/home/test_file
|
||||
cd initial_fs && ln -s home/test_file symlink
|
||||
|
||||
@@ -33,8 +33,7 @@ stamp-initial-fs-source: initial_filesystem.tar
|
||||
|
||||
stamp-filesystem:
|
||||
rm -rf initial_fs
|
||||
mkdir initial_fs
|
||||
mkdir initial_fs/home
|
||||
$(MKDIR_P) initial_fs/home
|
||||
(echo "This is a test of loading an RTEMS filesystem from an" ; \
|
||||
echo "initial tar image.") >initial_fs/home/test_file
|
||||
cd initial_fs && ln -s home/test_file symlink
|
||||
|
||||
Reference in New Issue
Block a user