Skip to content

Instantly share code, notes, and snippets.

@Frost
Created November 4, 2015 19:58
Show Gist options
  • Save Frost/1f5162f377a5dc8fb800 to your computer and use it in GitHub Desktop.
Save Frost/1f5162f377a5dc8fb800 to your computer and use it in GitHub Desktop.
$ ./configure
< lots of output >
$ make
< lots of other output >
$ make distcheck
< lots of output with passing tests>
===========================================
rcm-1.3.0 archives ready for distribution:
rcm-1.3.0.tar.gz
===========================================
$ make NEWS.md
make: 'NEWS.md' is up to date.
$ ./maint/release build deb rcm-*.tar.gz
bash: ./maint/release: Permission denied
$ chmod +x maint/release
$ ./maint/release build deb rcm-*.tar.gz
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
cp: cannot stat ‘debian’: No such file or directory
$ ls
aclocal.m4 bin config.status configure.ac INSTALL LICENSE Makefile Makefile.in missing NEWS.md.in README.md test
arch config.log configure deb-build install-sh maint Makefile.am man NEWS.md rcm-1.3.0.tar.gz share test-driver
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment