Modified so that tools subdirectory does not go out into the source distribution except for windows.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1001 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -1780,7 +1780,9 @@ srcdist: status clean dircheck docs spec
|
||||
$(ec)$(call dircopycmd,debian,$(package_stage_dir)/debian)
|
||||
$(ec)$(call dircopycmd,sample,$(package_stage_dir)/sample)
|
||||
$(ec)$(call dircopycmd,$(doxygen_output_dir),$(package_stage_dir)/docs)
|
||||
ifeq ($(host_os_family),win)
|
||||
$(ec)$(call dircopycmd,$(dir $(topdir))tools,$(package_stage_dir)/tools)
|
||||
endif
|
||||
$(ec)$(call mkdircmd,$(package_stage_dir)/ftk)
|
||||
$(ec)$(call dircopycmd,$(dir $(topdir))ftk/src,$(package_stage_dir)/ftk/src)
|
||||
ifneq ($(host_os_family),win)
|
||||
|
||||
@@ -1591,7 +1591,9 @@ srcdist: status clean dircheck docs spec
|
||||
$(ec)$(call dircopycmd,util,$(package_stage_dir)/util)
|
||||
$(ec)$(call dircopycmd,debian,$(package_stage_dir)/debian)
|
||||
$(ec)$(call dircopycmd,$(doxygen_output_dir),$(package_stage_dir)/docs)
|
||||
ifeq ($(host_os_family),win)
|
||||
$(ec)$(call dircopycmd,$(dir $(topdir))tools,$(package_stage_dir)/tools)
|
||||
endif
|
||||
ifneq ($(host_os_family),win)
|
||||
-$(ec)rm -rf `find $(package_stage_dir) -name .svn`
|
||||
endif
|
||||
|
||||
@@ -2171,7 +2171,9 @@ srcdist: status clean dircheck docs spec
|
||||
ifdef jhome
|
||||
$(ec)$(call dircopycmd,$(javadoc_output_dir),$(package_stage_dir)/javadocs)
|
||||
endif
|
||||
ifeq ($(host_os_family),win)
|
||||
$(ec)$(call dircopycmd,$(dir $(topdir))tools,$(package_stage_dir)/tools)
|
||||
endif
|
||||
$(ec)$(call mkdircmd,$(package_stage_dir)/ftk)
|
||||
$(ec)$(call dircopycmd,$(dir $(topdir))ftk/src,$(package_stage_dir)/ftk/src)
|
||||
ifneq ($(host_os_family),win)
|
||||
|
||||
Reference in New Issue
Block a user