File: dodist

package info (click to toggle)
avr-libc 20020203-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,448 kB
  • ctags: 6,562
  • sloc: ansic: 7,631; asm: 4,424; sh: 2,703; makefile: 338; pascal: 289
file content (14 lines) | stat: -rwxr-xr-x 351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
#
# Make the distribution package.
#
# usage: dodist
#
# This script reconfigures the project and makes the distribution package.
# It is for the developer only. If you don't know anything about
# automake/autoconf, do never execute this script.

./reconf
./doconf
./domake        # to be sure the distribution can be compiled
./domake dist