Home | History | Annotate | Download | only in scripts

Lines Matching full:manifest

42 $(NAME): remove-old copy-src compilation copy manifest archive
56 @mkdir -p $(PACKAGE)-bin/manifest
59 @mkdir -p $(PACKAGE)-dev/manifest
60 @touch $(PACKAGE)-bin/manifest/$(PACKAGE)-bin.mft
61 @touch $(PACKAGE)-bin/manifest/$(PACKAGE)-bin.ver
62 @touch $(PACKAGE)-dev/manifest/$(PACKAGE)-dev.mft
63 @touch $(PACKAGE)-dev/manifest/$(PACKAGE)-dev.ver
84 manifest:
85 @echo " * Creation of the manifest"
86 @cd $(PACKAGE)-bin && find * >> manifest/$(PACKAGE)-bin.mft
88 echo $(MANIFESTVERBIN) >> manifest/$(PACKAGE)-bin.ver && \
89 echo $(MANIFESTVERDESC) >> manifest/$(PACKAGE)-bin.ver
90 @cd $(PACKAGE)-dev && find * >> manifest/$(PACKAGE)-dev.mft
92 echo $(MANIFESTVERDEV) >> manifest/$(PACKAGE)-dev.ver && \
93 echo $(MANIFESTVERDESC) >> manifest/$(PACKAGE)-dev.ver