X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=osgi.mk;h=d5b031e0501a51be16af4d0f5394bae32024cf1c;hb=011962b1bb63d375622dbe79a50c45f16374b0a1;hp=d759efcdf06466a089f97bcfcbe7677e2c8b93f9;hpb=74232bbbcd17259fcaf4b3ff29e30e7a795bc945;p=cc0%2Fargeo-build.git diff --git a/osgi.mk b/osgi.mk index d759efc..d5b031e 100644 --- a/osgi.mk +++ b/osgi.mk @@ -52,7 +52,7 @@ $(BUILD_BASE)/built : $(TODOS) $(A2_OUTPUT)/%.$(major).$(minor).jar : $(BUILD_BASE)/$$(subst $(A2_CATEGORY)/,,$$*)/to-build $(ARGEO_MAKE) all --a2-bases $(A2_BASE) --dep-categories $(DEP_CATEGORIES) --category $(A2_CATEGORY) --bundles $(subst $(A2_CATEGORY)/,,$*) -$(BUILD_BASE)/%/to-build : $$(shell find $(SDK_SRC_BASE)/% -type f -not -path 'bin/*' -not -path '*/MANIFEST.MF' | sed 's/ /\\ /g') +$(BUILD_BASE)/%/to-build : $$(shell find % -type f -not -path 'bin/*' -not -path '*/MANIFEST.MF' | sed 's/ /\\ /g') @rm -rf $(dir $@) @mkdir -p $(dir $@) @touch $@