Kaydet (Commit) bbe23a01 authored tarafından Michael Stahl's avatar Michael Stahl

odk: remove pointless check that does a diff of $(OUTDIR)/idl

Change-Id: I020c589ce2cf223b16c81087df3eb819569f1d8c
üst 3f07029f
...@@ -12,7 +12,6 @@ $(eval $(call gb_CustomTarget_CustomTarget,odk/check)) ...@@ -12,7 +12,6 @@ $(eval $(call gb_CustomTarget_CustomTarget,odk/check))
$(eval $(call gb_CustomTarget_register_targets,odk/check,\ $(eval $(call gb_CustomTarget_register_targets,odk/check,\
checkbin \ checkbin \
checkinc \ checkinc \
checkidl \
)) ))
odk_PLATFORM := $(if $(filter WNT,$(OS)),\ odk_PLATFORM := $(if $(filter WNT,$(OS)),\
...@@ -34,13 +33,6 @@ $(call gb_CustomTarget_get_workdir,odk/check)/checkbin: $(SRCDIR)/odk/util/check ...@@ -34,13 +33,6 @@ $(call gb_CustomTarget_get_workdir,odk/check)/checkbin: $(SRCDIR)/odk/util/check
$(odk_PLATFORM) "$(gb_Exectable_EXT)" $@ $(odk_PLATFORM) "$(gb_Exectable_EXT)" $@
cat $@ cat $@
$(call gb_CustomTarget_get_workdir,odk/check)/checkidl: $(SRCDIR)/odk/util/checkdiff.pl $(call gb_CustomTarget_get_target,odk/odkcommon)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CHK,1)
touch $@
diff -br $(call gb_CustomTarget_get_workdir,odk/odkcommon) $(OUTDIR)/idl \
2>&1 | $(PERL) $< $@
cat $@
$(call gb_CustomTarget_get_workdir,odk/check)/checkinc: $(SRCDIR)/odk/util/checkdiff.pl $(call gb_CustomTarget_get_target,odk/odkcommon) $(call gb_CustomTarget_get_workdir,odk/check)/checkinc: $(SRCDIR)/odk/util/checkdiff.pl $(call gb_CustomTarget_get_target,odk/odkcommon)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CHK,1) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CHK,1)
touch $@ touch $@
......
...@@ -40,7 +40,6 @@ gb_HelpTarget_get_outdir_target = $(OUTDIR)/pck/$(1).zip ...@@ -40,7 +40,6 @@ gb_HelpTarget_get_outdir_target = $(OUTDIR)/pck/$(1).zip
gb_Pagein_get_outdir_target = $(OUTDIR)/bin/pagein-$(1) gb_Pagein_get_outdir_target = $(OUTDIR)/bin/pagein-$(1)
gb_PackagePart_get_destinations = \ gb_PackagePart_get_destinations = \
$(OUTDIR)/bin \ $(OUTDIR)/bin \
$(OUTDIR)/idl \
$(OUTDIR)/inc \ $(OUTDIR)/inc \
$(OUTDIR)/lib \ $(OUTDIR)/lib \
$(OUTDIR)/par \ $(OUTDIR)/par \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment