bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* Makefile operator -ot generate-parse-datetime tru64
@ 2021-06-29  8:17 Jay K
  2021-06-29  8:24 ` getprocname Tru64 Jay K
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jay K @ 2021-06-29  8:17 UTC (permalink / raw)
  To: bug-gnulib@gnu.org; +Cc: Larkin Nickle

I'm building GNU tar on Tru64.
> uname -srm
OSF1 V5.1 alpha

The operator -ot causes errors.

Can you state this stuff more portability?

I'm doing this, which I realize is the wrong file, at least, and maybe not ideal otherwise,
otherwise you would not be using -ot:


> diff  Makefile.in.orig Makefile.in
2896c2896
<       @{ test -f $(srcdir)/parse-datetime.c && test ! $(srcdir)/parse-datetime.c -ot $(srcdir)/parse-datetime.y; } || $(MAKE) generate-parse-datetime
---
>       $(MAKE) generate-parse-datetime
2898c2898
<       @{ test -f $(srcdir)/parse-datetime-gen.h && test ! $(srcdir)/parse-datetime-gen.h -ot $(srcdir)/parse-datetime.c; } || $(MAKE) generate-parse-datetime
---
>       $(MAKE) generate-parse-datetime

Sure, eventually I'll have GNU make, bash, etc., and I should cross build, but I am starting with tar, natively.

Thank you,
  - Jay

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-06 11:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-29  8:17 Makefile operator -ot generate-parse-datetime tru64 Jay K
2021-06-29  8:24 ` getprocname Tru64 Jay K
2021-06-29 15:04   ` Bruno Haible
2021-07-06 11:25     ` Jay K
2021-06-29 14:52 ` Makefile operator -ot generate-parse-datetime tru64 Bruno Haible
2021-07-01 17:41 ` Paul Eggert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).