]> rtime.felk.cvut.cz Git - omk.git/commitdiff
RTEMS rules: correct cleanup and documentation for embedded tar files.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Sat, 5 Sep 2015 09:31:26 +0000 (11:31 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Sat, 5 Sep 2015 09:31:26 +0000 (11:31 +0200)
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
snippets/rtems.omk

index 8ba457ca49747104c42f3d9f101ddc1466aa3da1..b0de0480f4a5c40aa910b172510686d6ef586448 100644 (file)
@@ -12,7 +12,7 @@
 # xxx_SOURCES      .. list of specific target sources
 # xxx_LIBS         .. list of specific target libraries
 # INCLUDES         .. additional include directories and defines for user-space
-# tar_EMBEDFILES   .. list of tars with embedded files
+# xxx_EMBEDTARFILES .. list of source subdirectories which are embedded as tar files to the application
 # xxx_EXPORTSYMBOLS .. if "y" then include symbol table in the application for dlopen functionality
 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
@@ -369,7 +369,9 @@ clean-local::
               $(USER_OBJS_DIR)/*.d \
               $(USER_OBJS_DIR)/*.map \
               $(LOCAL_CONFIG_H:%=$(USER_OBJS_DIR)/%) \
-              $(tar_EMBEDFILES:%=$(USER_OBJS_DIR)/%_tarfile)
+              $(USER_OBJS_DIR)/*_tarfile \
+              $(USER_OBJS_DIR)/*.prelink \
+              $(USER_OBJS_DIR)/*.tmp
 
 
 default: include-pass library-pass binary-pass