From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Mon, 12 Apr 2010 19:48:49 +0200 Subject: [Buildroot] [PATCH 03/21] udpcast: convert to the autotools infrastructure In-Reply-To: (Thomas Petazzoni's message of "Mon, 12 Apr 2010 15:11:15 +0200") References: Message-ID: <87d3y4k1dq.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Thomas" == Thomas Petazzoni writes: Thomas> Signed-off-by: Thomas Petazzoni Thomas> --- Thomas> package/udpcast/udpcast.mk | 93 +++++++------------------------------------- Thomas> -UDPCAST_CAT:=$(ZCAT) Thomas> -UDPCAST_DIR:=$(BUILD_DIR)/udpcast-$(UDPCAST_VERSION) Thomas> +UDPCAST_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) install Thomas> +UDPCAST_CONF_ENV = ac_cv_type_stat64=yes Thomas> - $(if $(BR_LARGEFILE),ac_cv_type_stat64=yes,ac_cv_type_stat64=no) \ Why are you now forcing 64bit here? Thomas> + Thomas> +$(eval $(call AUTOTARGETS,package,udpcast)) Thomas> \ No newline at end of file Not a big deal, but you seem to forgot the final newline in several files - Is there any reason why? -- Bye, Peter Korsgaard