Searched defs:VERSION (Results 1 - 4 of 4) sorted by relevance

/solaris-userland/components/desktop/os-welcome/files/
H A DMakefile20 VERSION=1.1.10 macro
159 rm -rf $(PACKAGE)-$(VERSION); \
160 mkdir -p $(PACKAGE)-$(VERSION); \
163 test -d "$(PACKAGE)-$(VERSION)/$$subdir" \
164 || mkdir -p "$(PACKAGE)-$(VERSION)/$$subdir" \
172 $(INSTALL) -d -m 755 $(PACKAGE)-$(VERSION)/$$dir; \
173 $(INSTALL) -m 644 -f $(PACKAGE)-$(VERSION)/$$dir $$f; \
175 /bin/tar cf - $(PACKAGE)-$(VERSION) | \
176 bzip2 -9 > $(PACKAGE)-$(VERSION).tar.bz2
177 rm -rf $(PACKAGE)-$(VERSION)
[all...]
H A Dos-about.py36 VERSION = "Oracle Solaris" variable
H A Dos-next-steps.py37 VERSION = "12" variable
/solaris-userland/components/desktop/os-welcome/files/po/
H A DMakefile33 VERSION = $(firstword $(patsubst VERSION=%, %, $(shell grep "^VERSION=" $(top_srcdir)/Makefile))) macro
112 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)

Completed in 309 milliseconds