Change message to standard "Build failed."
authormarc <devnull@localhost>
Thu, 3 Jul 1997 21:11:06 +0000 (21:11 +0000)
committermarc <devnull@localhost>
Thu, 3 Jul 1997 21:11:06 +0000 (21:11 +0000)
CVS patchset: 1727
CVS date: 1997/07/03 21:11:06

build/pack.c

index 0ad9f5f..2e0ed80 100644 (file)
@@ -319,7 +319,7 @@ static int cpio_gzip(int fd, char *tempdir, char *writePtr,
                             write(toCpio[1], writePtr,
                                   (1024<writeBytesLeft) ? 1024 : writeBytesLeft)) < 0) {
                                if (errno != EAGAIN) {
-                                       perror("Damn!");
+                                       perror("Build failed.  Damn!");
                                        exit(1);
                                }
                                bytesWritten = 0;