forked from networkupstools/nut
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into issue-1803
- Loading branch information
Showing
51 changed files
with
722 additions
and
456 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 |
---|---|---|
|
@@ -529,13 +529,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 | ||
|
||
|
@@ -549,7 +549,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.