Skip to content

Instantly share code, notes, and snippets.

View nikescar's full-sized avatar
😁
;)

Woojae, Park nikescar

😁
;)
View GitHub Profile
This file has been truncated, but you can view the full file.
nikescar@debian:~/src/openwrt$ make package/feeds/qihw/libhdf5/compile V=99
make[1]: Entering directory `/home/nikescar/src/openwrt'
make[2]: Entering directory `/home/nikescar/src/openwrt/package/toolchain'
if [ -f /home/nikescar/src/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo/toolchain.default.install.clean ]; then rm -f /home/nikescar/src/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo/toolchain.default.install /home/nikescar/src/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo/toolchain.default.install.clean; fi; echo "libc" >> /home/nikescar/src/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo/toolchain.default.install
if [ -f /home/nikescar/src/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo/toolchain.default.install.clean ]; then rm -f /home/nikescar/src/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo/toolchain.default.install /home/nikescar/src/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo/toolchain.default.install.clean;
include $(TOPDIR)/rules.mk
PKG_NAME:=libhdf5
PKG_VERSION:=1.8.9
PKG_RELEASE:=1
PKG_SOURCE:=hdf5-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.9/src/hdf5-1.8.9.tar.gz
PKG_MD5SUM:=d1266bb7416ef089400a15cc7c963218
#PKG_VERSION:=1.8.10
#PKG_RELEASE:=1
#!/bin/bash
#
# This file echoes a bunch of color codes to the
# terminal to demonstrate what's available. Each
# line is the color code of one forground color,
# out of 17 (default + 16 escapes), followed by a
# test use of that color on all nine background
# colors (default + 8 escapes).
#