components/vim/Makefile
changeset 829 92b5de339d33
parent 820 60113d90e478
child 903 ebe1b43bc331
equal deleted inserted replaced
828:8fb01b782865 829:92b5de339d33
   119 
   119 
   120 # Vim's build is too smart for itself and configure can't run outside of a
   120 # Vim's build is too smart for itself and configure can't run outside of a
   121 # complete source tree.
   121 # complete source tree.
   122 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
   122 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
   123 
   123 
       
   124 COMPONENT_TEST_TARGETS = test
       
   125 
   124 $(SOURCE_DIR)/runtime/doc/uganda.txt: prep
   126 $(SOURCE_DIR)/runtime/doc/uganda.txt: prep
   125 
   127 
   126 $(BUILD_DIR)/license: $(SOURCE_DIR)/runtime/doc/uganda.txt
   128 $(BUILD_DIR)/license: $(SOURCE_DIR)/runtime/doc/uganda.txt
   127 	nawk '/begin of license/ {p=1; getline; next} /end of license/ {p=0} p == 1 {print}' $< > $@
   129 	nawk '/begin of license/ {p=1; getline; next} /end of license/ {p=0} p == 1 {print}' $< > $@
   128 
   130