-
-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2743 from jimklimov/fix-pkg-sol
Follow up on documentation links, and revise Solaris/illumos packaging aids
- Loading branch information
Showing
49 changed files
with
692 additions
and
451 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -528,13 +528,13 @@ setver: | |
# Clean the dist tarball and packages | ||
MAINTAINERCLEANFILES_DISTBALL = nut-*.tar.gz | ||
# HP-UX: | ||
MAINTAINERCLEANFILES_PACKAGES = NUT_HPUX_package@[email protected] | ||
MAINTAINERCLEANFILES_PACKAGES = NUT_HPUX_package@[email protected] NUT_HPUX_package-@[email protected] | ||
# AIX as below, and RedHat-compatible (cover binary and source packages): | ||
MAINTAINERCLEANFILES_PACKAGES += nut*rpm | ||
# Debian-compatible (cover binary and source packages): | ||
MAINTAINERCLEANFILES_PACKAGES += nut*deb | ||
# Solaris SVR4 package archives: | ||
MAINTAINERCLEANFILES_PACKAGES += NUT_solaris_*_package@[email protected] | ||
MAINTAINERCLEANFILES_PACKAGES += NUT_solaris_*_package@[email protected] NUT_solaris_*_package-@[email protected] | ||
# Newer Solaris IPS (aka "pkg(5)" format archives) | ||
MAINTAINERCLEANFILES_PACKAGES += *.p5p | ||
|
||
|
@@ -548,7 +548,7 @@ package: dist | |
"HP-UX") \ | ||
( cd scripts/HP-UX && \ | ||
$(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$DESTDIR" package && \ | ||
mv NUT_HPUX_package.depot $(abs_top_builddir)/NUT_HPUX_package@[email protected] ) ;; \ | ||
mv NUT_HPUX_package.depot $(abs_top_builddir)/NUT_HPUX_package-@[email protected] ) ;; \ | ||
"SunOS") \ | ||
$(MAKE) $(AM_MAKEFLAGS) && \ | ||
$(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$DESTDIR" install && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.