[Lunar-commits] CVS: moonbase/utils/x86info BUILD, 1.1.1.1, 1.2 DETAILS, 1.2, 1.3

Chad Kittel v3rt1g0 at lunar-linux.org
Wed Jan 5 00:03:08 UTC 2005


Update of /var/cvs/lunar/moonbase/utils/x86info
In directory espresso.foo-projects.org:/tmp/cvs-serv30040/x86info

Modified Files:
	BUILD DETAILS 
Log Message:
Version bump.  Change it to go to /usr/bin vs /usr/sbin because a 
regular user can use the app (in a partly limited environment).  Other 
misc tweaks (SHA, etc).


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/x86info/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD	21 Aug 2002 00:55:22 -0000	1.1.1.1
+++ BUILD	5 Jan 2005 00:03:04 -0000	1.2
@@ -1,12 +1,9 @@
 (
 
-  cp     Makefile  Makefile.original
-  echo  "CFLAGS = $CFLAGS"  >  Makefile
-  grep  -v  "^CFLAGS"  Makefile.original  >>  Makefile
-
-  make                                           &&
-  prepare_install                                &&
-  install  -m 0755 x86info    /usr/sbin/x86info  &&
-  install  -m 0644 x86info.1  /usr/man/man1
+  make $MODULE CFLAGS="$CFLAGS" &&
+  
+  prepare_install                 &&
+  install -m0755 x86info /usr/bin &&
+  install -m0644 x86info.1 /usr/man/man1
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/x86info/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	5 Oct 2004 09:30:20 -0000	1.2
+++ DETAILS	5 Jan 2005 00:03:04 -0000	1.3
@@ -1,14 +1,19 @@
-           MODULE=x86info
-         VERSION=1.7
-          SOURCE=$MODULE-$VERSION.tar.bz2
-   SOURCE_URL[0]=$SFORGE_URL/$MODULE/
-        WEB_SITE=http://sourceforge.net/projects/x86info/
+          MODULE=x86info
+         VERSION=1.12b
+          SOURCE=$MODULE-$VERSION.tgz
+      SOURCE_URL=http://www.codemonkey.org.uk/projects/$MODULE/
+      SOURCE_VRY=sha1:b1edd7269f231b5fb20c497a566c95f23f300ed7
+        WEB_SITE=http://www.codemonkey.org.uk/projects/$MODULE/
          ENTERED=20011122
-         UPDATED=20011218
-           SHORT="x86info probes the CPU registers"
+         UPDATED=20050104
+           SHORT="probes CPU for infomation and diagnnotics"
+
 cat << EOF
 Unlike other cpuinfo tools which just parse /proc/cpuinfo, x86info
 probes the CPU registers to find out a lot more information. It can
 discover the contents of model-specific registers, discover CPU silicon
 revisions, and lots more.
+
+For complete information make sure you have cpu/*/msr and cpu/*/cpuid
+compiled into or as loaded modules for your running kernel.
 EOF



More information about the Lunar-commits mailing list