X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 19986DC00AB for ; Fri, 5 Jul 2013 04:46:12 +0000 (UTC) Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 6237720D38 for ; Fri, 5 Jul 2013 00:46:12 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute2.internal (MEProxy); Fri, 05 Jul 2013 00:46:12 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:subject:date:message-id; s= smtpout; bh=oYZfHmV2r2PRy0XBHD1PbXYqu04=; b=KMs4tFH9er2Q6IuKeuT7 2l05N3gIkoRBwdXzD9jcM+UUCPKkcf6SDu8HhffJSUH4D76SCoHAuuSXZ/pzQO0W vfGyez8/K8TCw8Q0NUV8HB1TZd0R3vAaZvMmqlf6gGqzCAdXQmOIuu6eedaXGZGP sWYhVCla48cMGq/BMtOKdXQ= X-Sasl-enc: dcluuHwKGICl6ETN2RQQk7RxfZJFbB0NBe+fVfdPJJKb 1372999572 Received: from localhost (unknown [69.86.161.244]) by mail.messagingengine.com (Postfix) with ESMTPA id 2F6DE6802AE for ; Fri, 5 Jul 2013 00:46:12 -0400 (EDT) From: Dubiousjim To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [PATCH] patch and 2 questions for alpine-conf repo Date: Fri, 5 Jul 2013 00:46:10 -0400 Message-Id: X-Mailer: git-send-email 1.8.3.1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Thanks for applying the alpine-conf patches I sent the other day, but this is still needed to clean up the VERSION reference. (Sorry for sending the bad patch in the first place here.) Also: Q1. Like abuild, I notice this Makefile also has a "dist" target. Might we still use that? If not should we purge it? Q2. There's also a funny extension target, for the extension ".sh.in.sh". Is that correct, or a typo? The abuild repo's Makefile has: .SUFFIXES: .sh.in .in %.sh: %.sh.in ${SED} ${SED_REPLACE} ${SED_EXTRA} $< > $@ ${CHMOD} +x $@ %: %.in ${SED} ${SED_REPLACE} ${SED_EXTRA} $< > $@ ${CHMOD} +x $@ which makes natural sense. Whereas alpine-conf's Makefile has: .SUFFIXES: .sh.in .in .sh.in.sh: ${SED} ${SED_REPLACE} ${SED_EXTRA} $< > $@ .in: ${SED} ${SED_REPLACE} ${SED_EXTRA} $< > $@ On the face of it, those rules look screwy, but maybe there's some (overly?) clever Makefile-fu going on here that I haven't divined. Dubiousjim (1): update-conf: fix version update-conf.in | 2 ++ 1 file changed, 2 insertions(+) -- 1.8.3.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---