Lines Matching refs:source
2 * source and binary package support
15 * type source build source archive, generates
42 * target :INSTALL: [ source ]
62 * do not prepend source file copyright notice
70 * incremental=[source:1 binary:0]
143 Any archives, distributions or packages made from source or
254 source = $(PACKAGEDIR)/$(name).$(version)$(release:?.$(release)??).$(suffix)
257 old.new.source = $(PACKAGEDIR)/$(name).$(version).$(old.version).$(suffix)
261 source.list = $("$(PACKAGEDIR)/$(name).*$(stamp).$(suffix)":P=G:H=R)
265 source.ratz = $("$(INSTALLROOT)/src/cmd/$(init)/ratz.c":T=F)
467 source : .source.init .source.gen .source.$$(style)
469 .source.init : .MAKE
471 type := source
475 if "$(source.$(name))"
480 A := $(source.list)
495 source := $(B:D:B:S=.$(release).$(suffix))
496 version := $(source:B:B:/$(name).//)
503 old.source := $(I)
511 source := $(B)
513 if B == "$(source)"
519 version := $(source:B:S:/^$(name).\(.*\).$(suffix)$/\1/)
523 .source.gen : $$(PACKAGEDIR) $$(PACKAGEGEN) $$(PACKAGEGEN)/SOURCE.html $$(PACKAGEGEN)/BINARY.html $$(PACKAGEGEN)/DETAILS.html
531 $(*) html source > $(<)
539 .source.exp .source.pkg .source.rpm : .MAKE
540 error 3 $(style): source package style not supported yet
570 .source.gen : .CLEAR $(*.source.gen:V:N!=*.html)
589 if type == "source"
591 source = $(PACKAGEDIR)/$(name)-$(version)$(release:?.$(release)??).$(suffix)
596 .source.cyg :
619 $(readme.$(style):@?$$(readme.$$(style))$$("\n\n")??)To build binaries from source into the ./arch/`bin/package` tree run:
628 operations. The $(opt:/.$//) source and binary packages were generated by:
630 package write cyg base source version=$(version.original) $(name.original)
634 $(org)-base source package in /opt/$(org) run:
638 package authorize "NAME" password "PASSWORD" setup flat source $("\\")
654 /opt/$(org) change "source" to "binary" and omit "package make".
657 cat > $(source:/-src.$(suffix)//).setup.hint <<'!'
663 echo ";;;$(source:/-src.$(suffix)//).setup.hint;CYGWIN-PATCHES/setup.hint"
674 note source level :MAKE: equivalent
755 -wvf $(source) $(base) \
758 $(SUM) -x $(checksum) < $(source) > $(source:D:B:S=.$(checksum))
762 .source.lcl :
784 -wvf $(source) $(base) \
790 .source.tgz :
811 note source level :MAKE: equivalent
878 package help source
937 echo 'refer to the component source and/or binaries for more information.'
1044 -wvf $(source) $(base) \
1047 $(SUM) -x $(checksum) < $(source) > $(source:D:B:S=.$(checksum))
1048 echo local > $(source:D:B=$(name):S=.tim)
1049 if [[ '$(incremental)' == 1 && '$(old.source)' ]]
1050 then $(PAX) -rf $(source) -wvf $(old.new.source) -z $(old.source)
1051 $(SUM) -x $(checksum) < $(old.new.source) > $(old.new.source:D:B:S=.$(checksum))
1054 else if [[ '$(old.source)' ]] && $(CMP) $(CMPFLAGS) $(source.$(name)) $(source)
1075 if [[ '$(source.$(name))' ]]
1078 package help source
1080 cp $(source.$(name)) $(source)
1081 $(SUM) -x $(checksum) < $(source) > $(source:D:B:S=.$(checksum))
1083 echo local > $(source:D:B=$(name):S=.tim)
1166 The remainder of this file is the README from the source package
1168 the source build hierarchy, not the current directory.