Git development
 help / color / mirror / Atom feed
From: Jonas Fonseca <fonseca@diku.dk>
To: torvalds@osdl.org, git@vger.kernel.org
Subject: Re: [PATCH] Simplify building of programs
Date: Sun, 24 Apr 2005 02:23:06 +0200	[thread overview]
Message-ID: <20050424002306.GB7437@diku.dk> (raw)
In-Reply-To: <20050423235956.GA7437@diku.dk>

[ Sorry, newbie in action. Last patch was for cogito, here it is the for
git in case it matters. ]

Do not first build .o files when building programs.

Signed-off-by: Jonas Fonseca <fonseca@diku.dk>

--- 30290c79f4914d7575c87d1c06f441d8a3bc5115/Makefile  (mode:100644 sha1:57e70239503466fb3a77f1f2618ee64377e8e04b)
+++ uncommitted/Makefile  (mode:100644)
@@ -50,7 +50,7 @@
 
 init-db: init-db.o
 
-%: %.o $(LIB_FILE)
+%: %.c $(LIB_FILE)
 	$(CC) $(CFLAGS) -o $@ $< $(LIBS)
 
 blob.o: $(LIB_H)

-- 
Jonas Fonseca

      reply	other threads:[~2005-04-24  0:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-23 23:59 [PATCH] Simplify building of programs Jonas Fonseca
2005-04-24  0:23 ` Jonas Fonseca [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050424002306.GB7437@diku.dk \
    --to=fonseca@diku.dk \
    --cc=git@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox