~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to packages/OS400/make-include.sh

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
#       Installation of the include files in the OS/400 library.
4
4
#
5
 
# $Id: make-include.sh,v 1.2 2007-08-24 15:56:59 patrickm Exp $
 
5
# $Id: make-include.sh,v 1.4 2008-12-11 19:20:03 patrickm Exp $
6
6
 
7
7
SCRIPTDIR=`dirname "${0}"`
8
8
. "${SCRIPTDIR}/initscript.sh"
9
9
cd "${TOPDIR}/include"
10
10
 
11
11
 
 
12
#       Produce the curlbuild.h include file if not yet in distribution (CVS).
 
13
 
 
14
if action_needed curl/curlbuild.h
 
15
then    if action_needed curl/curlbuild.h curl/curlbuild.h.dist
 
16
        then    cp -p curl/curlbuild.h.dist curl/curlbuild.h
 
17
        fi
 
18
fi
 
19
 
 
20
 
12
21
#       Create the OS/400 source program file for the include files.
13
22
 
14
23
SRCPF="${LIBIFSNAME}/H.FILE"