This is the mail archive of the cygwin-developers mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: make DESTDIR=.... install


On 11 December 2007 11:41, Dave Korn wrote:

>   Hey folks,
> 
>   After building cygwin from sources,
> 
>        make DESTDIR=.... install
> 
> ... doesn't seem to work, at least not with   [ ... snip! ... ]

  Sorry, that's not very specific of me is it?

  To be more precise: when I run "make DESTDIR=$objdir/install/ install" in my
$objdir (using an absolute path to DESTDIR; a relative path creates a bunch of
"./install" dirs throughout the build tree), what I actually end up with is:


/usr/src/obj.cygwin/install/:
  `-usr/:
      |-i686-pc-cygwin/:
      |   |-include/:
      |   |   |-bits/:
      |   |   |-machine/:
      |   |   |   |-_types.h
      |   |   |   |-ansi.h
      |   |   |   |-endian.h
      |   |   |   |-fastmath.h
      |   |   |   |-ieeefp.h
      |   |   |   |-malloc.h
      |   |   |   |-param.h
      |   |   |   |-setjmp-dj.h
      |   |   |   |-setjmp.h
      |   |   |   |-stdlib.h
      |   |   |   |-termios.h
      |   |   |   |-time.h
      |   |   |   `-types.h
      |   |   |-sys/:
      |   |   |   |-_types.h
      |   |   |   |-cdefs.h
      |   |   |   |-config.h
      |   |   |   |-dirent.h
      |   |   |   |-errno.h
      |   |   |   |-fcntl.h
      |   |   |   |-features.h
      |   |   |   |-file.h
      |   |   |   |-iconvnls.h
      |   |   |   |-lock.h
      |   |   |   |-param.h
      |   |   |   |-queue.h
      |   |   |   |-reent.h
      |   |   |   |-resource.h
      |   |   |   |-sched.h
      |   |   |   |-signal.h
      |   |   |   |-stat.h
      |   |   |   |-stdio.h
      |   |   |   |-string.h
      |   |   |   |-syslimits.h
      |   |   |   |-time.h
      |   |   |   |-timeb.h
      |   |   |   |-times.h
      |   |   |   |-types.h
      |   |   |   |-unistd.h
      |   |   |   |-utime.h
      |   |   |   `-wait.h
      |   |   |-_ansi.h
      |   |   |-_syslist.h
      |   |   |-alloca.h
      |   |   |-ar.h
      |   |   |-argz.h
      |   |   |-assert.h
      |   |   |-ctype.h
      |   |   |-dirent.h
      |   |   |-envz.h
      |   |   |-errno.h
      |   |   |-fastmath.h
      |   |   |-fcntl.h
      |   |   |-getopt.h
      |   |   |-grp.h
      |   |   |-iconv.h
      |   |   |-ieeefp.h
      |   |   |-inttypes.h
      |   |   |-langinfo.h
      |   |   |-libgen.h
      |   |   |-limits.h
      |   |   |-locale.h
      |   |   |-malloc.h
      |   |   |-math.h
      |   |   |-newlib.h
      |   |   |-paths.h
      |   |   |-process.h
      |   |   |-pthread.h
      |   |   |-pwd.h
      |   |   |-reent.h
      |   |   |-regdef.h
      |   |   |-search.h
      |   |   |-setjmp.h
      |   |   |-signal.h
      |   |   |-stdint.h
      |   |   |-stdio.h
      |   |   |-stdlib.h
      |   |   |-string.h
      |   |   |-termios.h
      |   |   |-time.h
      |   |   |-unctrl.h
      |   |   |-unistd.h
      |   |   |-utime.h
      |   |   |-utmp.h
      |   |   |-wchar.h
      |   |   `-wctype.h
      |   `-lib/:
      |       |-libc.a
      |       |-libg.a
      |       `-libm.a
      |-info/:
      |   |-configure.info
      |   `-standards.info
      `-lib/:
          `-libiberty.a


... note in particular the distressing lack of a bin dir!

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]