aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in19
1 files changed, 9 insertions, 10 deletions
diff --git a/Makefile.in b/Makefile.in
index aa727c7..8b01395 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -106,8 +106,8 @@ infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
-# Install config.guess too, so we can use it to figure out
-# what type of machine we're running on.
+# Install config.guess too, so we can use it to figure out what type
+# of machine we're running on.
libexecdir = $(pkgdatadir)/libexec
localstatedir = @localstatedir@
mandir = @mandir@
@@ -624,11 +624,10 @@ uninstall-info: uninstall-info-recursive
check-DEJAGNU:
cd testsuite ; $(MAKE) check
cd example ; $(MAKE) check
-# @echo "Do nothing here, cause we don't want to run the tests twice"
-# Since we don't use SUBDIRS, we have to manually clean the sub directories.
-# We don't use SUBDIRS, so the excample or test cases don't get built
-# by default for a "make all".
+# Since we don't use SUBDIRS, we have to manually clean the
+# subdirectories. We don't use SUBDIRS, so the example or test cases
+# don't get built by default for a "make all".
clean-local:
cd doc ; $(MAKE) clean
cd testsuite ; $(MAKE) clean
@@ -671,12 +670,12 @@ snapshot:
rpmspec: $(srcdir)/packaging/rpm/dejagnu.spec
cp -f $(srcdir)/packaging/rpm/dejagnu.spec /usr/src/redhat/SPECS/
-# this builds an RPM package
+# Build an RPM package
rpm: tarball rpmspec
cp -f ../$(distdir).tar.gz /usr/src/redhat/SOURCES/
rpm -ba /usr/src/redhat/SPECS/dejagnu.spec
-# this builds a Debian Linux style deb package.
+# Build a Debian deb package
deb: overview.html overview.ps overview.pdf
-rm -fr dejagnu-${VERSION}
cp -fpr $(srcdir) dejagnu-${VERSION}
@@ -692,7 +691,7 @@ deb: overview.html overview.ps overview.pdf
-cp -fr doc/overview.rtf dejagnu-${VERSION}/doc/;
(cd dejagnu-${VERSION}; dpkg-buildpackage)
-# this builds a Solaris style pkg package.
+# Build a Solaris package
solpkg: $(srcdir)/packaging/pkg/prototype
if test ! -d $(PKGDIR)/dejagnu; then \
rm -fr dejagnu-${VERSION}; \
@@ -710,7 +709,7 @@ solpkg: $(srcdir)/packaging/pkg/prototype
gzip -9fv $$here/dejagnu-${VERSION}.SPARC.2.8.pkg.tar
rm -fr /tmp/prototype /tmp/pkginfo /tmp/DejaGnu
-# this builds a HPUX style depot file
+# Build a HP depot package
hpdepot: # $(srcdir)/packaging/depot/dejagnu.psf
if test ! -d $(PKGDIR)/dejagnu; then \
rm -fr dejagnu-${VERSION}; \